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
Copy file name to clipboardExpand all lines: README.md
+2-15Lines changed: 2 additions & 15 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -23,7 +23,7 @@ pixi install --all
23
23
For testing, simply run:
24
24
25
25
```shell
26
-
pixi run test
26
+
pixi run test-integration
27
27
```
28
28
29
29
To view the documentation locally, use:
@@ -37,18 +37,5 @@ To test a minimal example of a workflow using this module:
37
37
```shell
38
38
pixi shell # activate this project's environment
39
39
cd tests/integration/ # navigate to the integration example
40
-
snakemake --use-conda # run the workflow!
40
+
snakemake --use-conda --cores 2 # run the workflow!
41
41
```
42
-
43
-
## Data sources and licenses
44
-
45
-
*[GEDTM30](https://github.com/openlandmap/GEDTM30) for slope
46
-
* License: Creative Commons Attribution 4.0 International
47
-
*[GlobCover land cover data](https://due.esrin.esa.int/page_globcover.php)
48
-
* License: "You may use the GlobCover land cover map for educational and/or scientific purposes, without any fee on the condition that you credit ESA and the Université Catholique de Louvain as the source of the GlobCover products."
49
-
*[GEBCO (General Bathymetric Chart of the Oceans)](https://www.gebco.net/data-products/gridded-bathymetry-data) 15 arc-second data
50
-
* License: "The GEBCO Grid is placed in the public domain and may be used free of charge. [...] Users must: Acknowledge the source of The GEBCO Grid. A suitable form of attribution is given in the documentation that accompanies The GEBCO Grid."
51
-
*[GHSL (Global Human Settlement Layer)](https://human-settlement.emergency.copernicus.eu/download.php) built-up surface data (R2023, GHS-BUILT-S, 100m resolution)
52
-
* License: "The GHSL has been produced by the EC JRC as open and free data. Reuse is authorised, provided the source is acknowledged."
53
-
*[WDPA (World Database on Protected Areas)](https://www.protectedplanet.net/)
54
-
* License: Non-commercial allowed. Citation: "UNEP-WCMC and IUCN (2025), Protected Planet: The World Database on Protected Areas (WDPA) and World Database on Other Effective Area-based Conservation Measures (WD-OECM) [Online], June 2025, Cambridge, UK: UNEP-WCMC and IUCN. Available at: www.protectedplanet.net."
Copy file name to clipboardExpand all lines: docs/index.md
+14Lines changed: 14 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,3 +2,17 @@
2
2
3
3
Welcome to the documentation of the `module_area_potentials` data module!
4
4
Please consult the [specification guidelines](./specification.md) and the [`clio` documentation](https://clio.readthedocs.io/) for more information.
5
+
6
+
7
+
## Data sources
8
+
9
+
*[GEDTM30](https://github.com/openlandmap/GEDTM30) for slope
10
+
* License: Creative Commons Attribution 4.0 International
11
+
*[GlobCover land cover data](https://due.esrin.esa.int/page_globcover.php)
12
+
* License: "You may use the GlobCover land cover map for educational and/or scientific purposes, without any fee on the condition that you credit ESA and the Université Catholique de Louvain as the source of the GlobCover products."
13
+
*[GEBCO (General Bathymetric Chart of the Oceans)](https://www.gebco.net/data-products/gridded-bathymetry-data) 15 arc-second data
14
+
* License: "The GEBCO Grid is placed in the public domain and may be used free of charge. [...] Users must: Acknowledge the source of The GEBCO Grid. A suitable form of attribution is given in the documentation that accompanies The GEBCO Grid."
15
+
*[GHSL (Global Human Settlement Layer)](https://human-settlement.emergency.copernicus.eu/download.php) built-up surface data (R2023, GHS-BUILT-S, 100m resolution)
16
+
* License: "The GHSL has been produced by the EC JRC as open and free data. Reuse is authorised, provided the source is acknowledged."
17
+
*[WDPA (World Database on Protected Areas)](https://www.protectedplanet.net/)
18
+
* License: Non-commercial allowed. Citation: "UNEP-WCMC and IUCN (2025), Protected Planet: The World Database on Protected Areas (WDPA) and World Database on Other Effective Area-based Conservation Measures (WD-OECM) [Online], June 2025, Cambridge, UK: UNEP-WCMC and IUCN. Available at: www.protectedplanet.net."
0 commit comments