Setting up your environmentΒΆ

There are a few steps recommended for beginning working with geospatial packages:

  1. Since there are many dependencies, begin by creating a virtual environment for your Python geospatial work.

  2. Install the required dependencies:

  3. Activate your Python environment before beginning your analyses

I personally recommend the use of an integrated development environment (IDE) and VS Code is my recommended IDE.