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
See the [Github repository](https://github.com/ai4er-cdt/gtc-biodiversity) for full details.
14
10
15
-
## 1. Features
11
+
__Table of contents:__
12
+
1. Description
13
+
2. Installation
14
+
3. Requirements
15
+
4. Documentation
16
+
17
+
## 1. Description
18
+
19
+
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.
20
+
21
+
## 2. Installation
22
+
23
+
GeoGraph is available via pip, so you can install it using
24
+
25
+
```
26
+
pip install geograph
27
+
```
28
+
29
+
Done, you're ready to go!
30
+
31
+
You can also visit the [Github repository](https://github.com/ai4er-cdt/geograph).
32
+
33
+
See the [documentation](https://geograph.readthedocs.io/) for a full getting started guide or check out the [binder](https://mybinder.org/v2/gh/ai4er-cdt/geograph/main?urlpath=lab%2Ftree%2Fnotebooks) for tutorials on how to get started .
16
34
17
-
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.
35
+
## 3. Requirements
18
36
19
-
## 2. Requirements
37
+
GeoGraph is written in Python 3.8 and builds on [NetworkX](https://github.com/NetworkX/NetworkX), [ipyleaflet](https://github.com/jupyter-widgets/ipyleaflet), [geopandas](https://geopandas.org/), [rasterio](https://rasterio.readthedocs.io/en/latest/) and many more packages. See the [requirements directory](./requirements) for a full list of dependencies.
20
38
21
-
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](https://github.com/ai4er-cdt/gtc-biodiversity/tree/main/requirements) for a full list of dependencies.
22
-
## 3. Documentation
39
+
## 4. Documentation
23
40
24
41
Our documentation is available at [geograph.readthedocs.io](https://geograph.readthedocs.io/).
0 commit comments