Table of contents:
- Description
- Installation
- Requirements
- Documentation
GeoGraph provides a tool for analysing habitat fragmentation and related problems in landscape ecology. GeoGraph builds a geospatially referenced graph from land cover or field survey data and enables graph-based landscape ecology analysis as well as interactive visualizations. Beyond the graph-based features, GeoGraph also enables the computation of common landscape metrics.
GeoGraph is available via pip, so you can install it using
pip install geograph
Done, you're ready to go!
You can also visit the Github repository.
See the documentation for a full getting started guide or check out the binder for tutorials on how to get started .
GeoGraph is written in Python 3.8 and builds on NetworkX, ipyleaflet, geopandas, rasterio and many more packages. See the requirements directory for a full list of dependencies.
Our documentation is available at geograph.readthedocs.io.