Skip to content

OpenPlainsInc/intro-to-geoprocessing-workshop

Repository files navigation

Intro to Geoprocessing Workshop

Open In ColabDOI

Introduction to geoprocessing with GRASS GIS workshop.

GRASS GIS Resources

Notebooks

At the end of the workshop you will have create a web map showing a 5m flood innundation event at NCSSM.

Workshop Web Map

Local Setup

Install GRASS GIS

https://grass.osgeo.org/download/

# clone the forked repository
$ git clone YOUR_FORKED_REPO_URL

# create a virtual environment
$ python3 -m venv venv
# activate the virtual environment
$ source venv/bin/activate

# install dependencies
(venv) $ pip install -r requirements.txt