You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
GeoGraph provides a full-stack tool for analysing habitat fragmentation, and other related problems. It includes models to predict land cover classes, a method to extract graph structure from the resulting land cover maps and an extensive range of visualisation and analysis tools.
Enter the directory and install the conda environment using
34
+
35
+
```
36
+
cd gtc-biodiversity
37
+
make env
38
+
```
39
+
40
+
Done, you're ready to go!
41
+
42
+
## 3. Requirements
43
+
44
+
GeoGraph is written in Python 3.8 and builds on [NetworkX](https://github.com/NetworkX/NetworkX), [ipyleaflet](https://github.com/jupyter-widgets/ipyleaflet) and many more packages. See the [requirements directory](./requirements) for a full list of dependencies.
45
+
46
+
## 4. Documentation
47
+
48
+
Our documentation is available at [geograph.readthedocs.io](https://geograph.readthedocs.io/).
0 commit comments