Material for distance learning course on "Geoprocessing using Python"
- Install anaconda for python 3
- Open anaconda prompt and create a new environment with packages (gdal & geopandas).
conda create -n geo_env gdal geopandas
This should hopefully (also) install
- numpy
- matplotlib
- pandas
- shapely
- Download the repo, unzip and keep on desktop
points 1, 2 and 3 are one time process. need not be repeated once done.
- To run the notebooks, in anaconda prompt, navigate to your desktop folder (cd C:/Users/username/Desktop/ogr-geopandas/), and type "jupyter notebook" (without the quotes).
- A browser should open with the notebooks listed. click on each to run them.
July 24, 2019