From 0338a2651d7f14b1adf6d8cb668c71176a2f0d4c Mon Sep 17 00:00:00 2001 From: Peter Baumann Date: Thu, 14 Dec 2023 12:46:52 +0100 Subject: [PATCH] Update README.md --- README.md | 24 +++++++++++++++++++++--- 1 file changed, 21 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 6311a8b5..208b9ab2 100644 --- a/README.md +++ b/README.md @@ -163,8 +163,26 @@ See [this tutorial](https://earthserver.eu/wcs/#wcps) for more details on WCPS. tbd -### Drosophila Use Case - -tbd - [Corresponding data request issue](issues/86) +### Drosophila Use Case: Occurrence Cube + +[Corresponding data request issue](issues/86): [GBIF data](https://www.gbif.org/dataset/search?q=) are requested through [this data-request](issues/71). Our sister project B-Cubed, with GBIF as partner, will provide selected data. + +#### Datacube Structure + +- Domain dimensions: + - Lat, Long: + - Extent (RD - EPSG:28992): Xmin: 168280, Xmax: 223880, Ymin: 512055, Ymax: 535555 + - Extent (lat/lon): Xmin: 5.5831989141242966, Xmax: 6.4086515407429623, Ymin: 52.5917375949509562, Ymax: 52.8070852699905871 + - Resolution: 10m + - Time (year): 2018 + - Taxon: 7-digit taxon id, categorial +- Range type: + - Count: float, no-data: -1 + - Maximum Uncertainty: float, no-data: -1 +- Metadata: + - For the Taxon dimension, provide [Scientific Name table](https://github.com/FAIRiCUBE/data-requests/issues/71#issuecomment-1819084964) +- input format: [CSV](https://github.com/FAIRiCUBE/data-requests/blob/main/encoding-examples/datacube_nl_farmland_birds_1.csv) with columns Year, EEA Grid Cell, TaxonID, Count, Uncertainty + - EEA reference grid cell identifiers, e.g. 1kmE5432N4321 or 250mE1025N22000 + - In contrast to the datasets to date, GBIF provides Lat/Long through a grid cell id for the LAEA 10m grid ### EOX-based use cases