Skip to content

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

License

Notifications You must be signed in to change notification settings

temple-geography/gis-application-development

Repository files navigation

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

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published