vboussange commited on
Commit
5ee72e3
·
verified ·
1 Parent(s): e41c4c1

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -4
README.md CHANGED
@@ -55,17 +55,17 @@ Geographic coverage: continental Europe and Iceland (~10°W – 40°E, 34°N –
55
 
56
  #### GIFT: Global Inventory of Floras and Traits
57
 
58
- The GIFT component is derived from **GIFT** (Weigelt et al., 2020), a global database of regional plant checklists and trait information. Inventories were filtered to those falling within the geographic range of the EVA plots, yielding **184 exhaustive species surveys**. GIFT polygons mostly correspond to countries or administrative regions (median area ~11,700 km²) and serve as an independent out-of-distribution benchmark for evaluating total species richness under asymptotic sampling effort. Species are aligned to the EVA taxonomic namespace via the same anonymization procedure, so that anonymized species tokens are consistent between the two matrices.
59
 
60
  #### Environmental Features
61
 
62
  | Source | Variables | Resolution | CRS |
63
  |--------|-----------|------------|-----|
64
  | [CHELSA v2](https://chelsa-climate.org/) | All available bioclimatic variables (incl. BIO1–BIO19, sfcWind, pet), 1981–2010 climatology | ~1 km | EPSG:3035 |
65
- | [EEA Digital Elevation Model (EU-DEM)](https://www.eea.europa.eu/data-and-maps/data/eu-dem) | Elevation | 1 km | EPSG:3035 |
66
  | [Corine Land Cover 2018](https://land.copernicus.eu/pan-european/corine-land-cover) | Land-cover class (remapped to consecutive integers) | 100 m → resampled to 1 km | EPSG:3035 |
67
 
68
- All rasters are reprojected and resampled to a common 1 km grid in the ETRS89-LAEA projection (EPSG:3035) before upload. The MuScaRi model uses the mean and standard deviation of four variables computed within each spatial unit (mean annual temperature `bio1`, annual precipitation `bio12`, near-surface wind speed `sfcWind`, and potential evapotranspiration `pet`), together with elevation, as its environmental features.
69
 
70
  ### Curation
71
 
@@ -177,4 +177,4 @@ If you use this dataset, please cite both the MuScaRi paper and the underlying d
177
 
178
  ## Contributions
179
 
180
- Dataset compiled and released by Victor Boussange (WSL / ETH Zürich) and co-authors. Raw EVA data are subject to the EVA data-sharing agreement; only the anonymized derivatives are distributed here. Raw GIFT data are publicly accessible at https://gift.uni-goettingen.de.
 
55
 
56
  #### GIFT: Global Inventory of Floras and Traits
57
 
58
+ The GIFT component is derived from **GIFT** (Weigelt et al., 2020), a global database of regional plant checklists and trait information. Inventories were filtered to those falling within the geographic range of the EVA plots, yielding **184 exhaustive species surveys**. GIFT polygons mostly correspond to countries or administrative regions (median area ~11,700 km²) and serve as an independent out-of-distribution benchmark for evaluating total species richness under asymptotic sampling effort. Species are aligned to the EVA taxonomic namespace via the same anonymization procedure, so that anonymized species tokens are consistent between the two matrices. Scripts for downloading the raw GIFT dataset are provided in the [MuScaRi GitHub repository](https://github.com/vboussange/MuScaRi) under `data/raw/GIFT`.
59
 
60
  #### Environmental Features
61
 
62
  | Source | Variables | Resolution | CRS |
63
  |--------|-----------|------------|-----|
64
  | [CHELSA v2](https://chelsa-climate.org/) | All available bioclimatic variables (incl. BIO1–BIO19, sfcWind, pet), 1981–2010 climatology | ~1 km | EPSG:3035 |
65
+ | [EEA Digital Elevation Model (EU-DEM)](https://ec.europa.eu/eurostat/web/gisco/geodata/digital-elevation-model/eu-dem) | Elevation | 30m → resampled to 1 km | EPSG:3035 |
66
  | [Corine Land Cover 2018](https://land.copernicus.eu/pan-european/corine-land-cover) | Land-cover class (remapped to consecutive integers) | 100 m → resampled to 1 km | EPSG:3035 |
67
 
68
+ All rasters are reprojected and resampled to a common 1 km grid in the ETRS89-LAEA projection (EPSG:3035) before upload. The MuScaRi model uses the mean and standard deviation of four variables computed within each spatial unit (mean annual temperature `bio1`, annual precipitation `bio12`, near-surface wind speed `sfcWind`, and potential evapotranspiration `pet`), together with elevation, as its environmental features. Scripts for downloading the original datasets are provided in the [MuScaRi GitHub repository](https://github.com/vboussange/MuScaRi) under `data/raw`.
69
 
70
  ### Curation
71
 
 
177
 
178
  ## Contributions
179
 
180
+ Dataset compiled and released by Victor Boussange (WSL / ETH Zürich) and co-authors.