InstallationΒΆ
This package has two external dependencies:
Python 3.9 or newer.
The geopandas and rasterio libraries might depend on GDAL base C libraries.
See here for the geopandas instructions and here for the rasterio instructions for instructions on installing these. On many Linux distros, you can use the the gdal-devel or libgdal-dev packages.
The package itself (and its Python dependencies) can be installed with:
pip install GeoGrapher
To create the documentation locally in a development installation, the pandoc external dependency is needed as well. See here for installation instructions.