Skip to content

Latest commit

 

History

History
88 lines (75 loc) · 4.48 KB

README.md

File metadata and controls

88 lines (75 loc) · 4.48 KB

GIS Application Development

Schedule of workshops for a graduate course in application development focusing on GIS and geospatial applications.

This course makes use of The Well-Grounded Python Developer by Doug Farrell (Manning Press).

The easiest way to get all packages necessary for these workshops is to download the conda environment file gus8066-environment.yml and run the following command in the Anaconda Prompt:

conda env create -f gus8066-environment.yml

I recommend setting the package channel to conda-forge as follows:

conda activate gus8066
conda config --add channels conda-forge
conda config --set channel_priority strict

We will be using Visual Studio Code in this class. If you prefer working with Jupyter notebooks you can install it after creating the environment with conda install jupyterlab notebook.

Schedule