From b77392245e46704479060f9679146c8d8a5cf8d7 Mon Sep 17 00:00:00 2001 From: Lubomir Dolezal Date: Fri, 1 Dec 2023 11:52:48 +0100 Subject: [PATCH] adding ESDC datasets --- catalogs/trilateral.yaml | 3 +++ .../ESDC_gross_primary_productivity.yaml | 24 +++++++++++++++++++ collections/ESDC_kndvi.yaml | 24 +++++++++++++++++++ collections/ESDC_net_ecosystem_exchange.yaml | 24 +++++++++++++++++++ 4 files changed, 75 insertions(+) create mode 100644 collections/ESDC_gross_primary_productivity.yaml create mode 100644 collections/ESDC_kndvi.yaml create mode 100644 collections/ESDC_net_ecosystem_exchange.yaml diff --git a/catalogs/trilateral.yaml b/catalogs/trilateral.yaml index 89cdda8c..955c4a04 100644 --- a/catalogs/trilateral.yaml +++ b/catalogs/trilateral.yaml @@ -83,3 +83,6 @@ collections: - GGI_CO2 - GGI_N2O - GGI_CH4 + - ESDC_gross_primary_productivity + - ESDC_kndvi + - ESDC_net_ecosystem_exchange diff --git a/collections/ESDC_gross_primary_productivity.yaml b/collections/ESDC_gross_primary_productivity.yaml new file mode 100644 index 00000000..5ea9f964 --- /dev/null +++ b/collections/ESDC_gross_primary_productivity.yaml @@ -0,0 +1,24 @@ +Name: ESDC_gross_primary_productivity +Title: Gross Primary Productivity +EodashIdentifier: ESDC_gross_primary_productivity +Description: ESDC_gross_primary_productivity/ESDC_gross_primary_productivity.md +Themes: + - biomass +Tags: + - placeholder +Satellite: + - placeholder +Sensor: + - placeholder +Agency: + - placeholder +Resources: + - EndPoint: https://api.earthsystemdatalab.net + Type: zarr + Name: xcube + DatacubeId: 'esdc' + Variable: gross_primary_productivity + ColormapName: jet + Rescale: [-1,15] +Legend: ESDC_gross_primary_productivity/cm_legend.png +Image: ESDC_gross_primary_productivity/World-ESDC_gross_primary_productivity.png diff --git a/collections/ESDC_kndvi.yaml b/collections/ESDC_kndvi.yaml new file mode 100644 index 00000000..7c7d1d7b --- /dev/null +++ b/collections/ESDC_kndvi.yaml @@ -0,0 +1,24 @@ +Name: ESDC_kndvi +Title: KNDVI +EodashIdentifier: ESDC_kndvi +Description: ESDC_kndvi/ESDC_kndvi.md +Themes: + - biomass +Tags: + - placeholder +Satellite: + - placeholder +Sensor: + - placeholder +Agency: + - placeholder +Resources: + - EndPoint: https://api.earthsystemdatalab.net + Type: zarr + Name: xcube + DatacubeId: 'esdc' + Variable: kndvi + ColormapName: RdYlGn + Rescale: [0,1] +Legend: ESDC_kndvi/cm_legend.png +Image: ESDC_kndvi/World-ESDC_kndvi.png diff --git a/collections/ESDC_net_ecosystem_exchange.yaml b/collections/ESDC_net_ecosystem_exchange.yaml new file mode 100644 index 00000000..181fbacd --- /dev/null +++ b/collections/ESDC_net_ecosystem_exchange.yaml @@ -0,0 +1,24 @@ +Name: ESDC_net_ecosystem_exchange +Title: Net Ecosystem Exchange +EodashIdentifier: ESDC_net_ecosystem_exchange +Description: ESDC_net_ecosystem_exchange/ESDC_net_ecosystem_exchange.md +Themes: + - biomass +Tags: + - placeholder +Satellite: + - placeholder +Sensor: + - placeholder +Agency: + - placeholder +Resources: + - EndPoint: https://api.earthsystemdatalab.net + Type: zarr + Name: xcube + DatacubeId: 'esdc' + Variable: net_ecosystem_exchange + ColormapName: bwr + Rescale: [-7,2] +Legend: ESDC_net_ecosystem_exchange/cm_legend.png +Image: ESDC_net_ecosystem_exchange/World-ESDC_net_ecosystem_exchange.png