From b904f8e3caa14664edbca3d05eb75e947b3eb7e2 Mon Sep 17 00:00:00 2001 From: fairicube-data <154539050+fairicube-data@users.noreply.github.com> Date: Thu, 16 May 2024 10:49:00 +0200 Subject: [PATCH 1/3] Add stac_dist/2m_Temperature_ERA5_reanalysis/2m_Temperature_ERA5_reanalysis.json for pull request submission --- .../2m_Temperature_ERA5_reanalysis.json | 110 ++++++++++++++++++ 1 file changed, 110 insertions(+) create mode 100644 stac_dist/2m_Temperature_ERA5_reanalysis/2m_Temperature_ERA5_reanalysis.json diff --git a/stac_dist/2m_Temperature_ERA5_reanalysis/2m_Temperature_ERA5_reanalysis.json b/stac_dist/2m_Temperature_ERA5_reanalysis/2m_Temperature_ERA5_reanalysis.json new file mode 100644 index 00000000..0d1c42a7 --- /dev/null +++ b/stac_dist/2m_Temperature_ERA5_reanalysis/2m_Temperature_ERA5_reanalysis.json @@ -0,0 +1,110 @@ +{ + "type": "Feature", + "stac_version": "1.0.0", + "id": "2m_Temperature_ERA5_reanalysis", + "properties": { + "license": "CC-BY-SA-4.0", + "description": "Reanalysis model including datasets for global climate and weather for the past 8 decades. The dataset requested here is the Temperature at 2 m from the surface for the year 2023 and the month of January. \n ", + "providers": [], + "dataSource": "Copernicus Climate Change Service ", + "cube:dimensions": { + "x": { + "axis": "x", + "extent": [ + -180, + 180 + ], + "reference_system": 4326, + "type": "spatial" + }, + "y": { + "axis": "y", + "extent": [ + -90, + 90 + ], + "reference_system": 4326, + "type": "spatial" + }, + "time": { + "extent": [ + "2023-01-01T01:01Z", + "2023-01-01T12:00Z" + ], + "type": "temporal", + "step": "" + }, + "z": { + "extent": [ + null, + null + ], + "type": "spatial" + } + }, + "raster:bands": [], + "title": "ERA5 monthly averaged Temperature (2m) data on single levels for January 2023", + "area_cover": "Global availability", + "documentation": "https://doi.org/10.1002/qj.3803", + "start_datetime": "2023-01-01T01:01Z", + "end_datetime": "2023-01-01T12:00Z", + "Provenance_name": "Copernicus Climate Change Service", + "models": "https://cds.climate.copernicus.eu/cdsapp#!/dataset/reanalysis-era5-single-levels-monthly-means?tab=overview", + "quality_control": "checked, see link: https://cds.climate.copernicus.eu/cdsapp#!/dataset/reanalysis-era5-single-levels-monthly-means?tab=eqc", + "apis": "import cdsapi c = cdsapi.Client() c.retrieve( 'reanalysis-era5-single-levels-monthly-means', { 'format': 'netcdf', 'product_type': 'monthly_averaged_reanalysis', 'variable': '2m_temperature', 'year': '2023', 'month': '01', 'time': '00:00', }, 'download.nc')", + "use_case_NHM": "1", + "platform": "Eox" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + -180, + -90 + ], + [ + -180, + 90 + ], + [ + 180, + 90 + ], + [ + 180, + -90 + ], + [ + -180, + -90 + ] + ] + ] + }, + "links": [ + { + "rel": "root", + "href": "../catalog.json", + "type": "application/json", + "title": "data-access catalog" + }, + { + "rel": "parent", + "href": "../catalog.json", + "type": "application/json", + "title": "data-access catalog" + } + ], + "assets": {}, + "bbox": [ + -180, + -90, + 180, + 90 + ], + "stac_extensions": [ + "https://stac-extensions.github.io/raster/v1.1.0/schema.json", + "https://stac-extensions.github.io/datacube/v2.0.0/schema.json" + ] +} \ No newline at end of file From b6dbb25e3b0abd80e3615d2aab57a64d067bf77e Mon Sep 17 00:00:00 2001 From: fairicube-data <154539050+fairicube-data@users.noreply.github.com> Date: Thu, 16 May 2024 12:32:59 +0200 Subject: [PATCH 2/3] Add stac_dist/2m_Temperature_ERA5_reanalysis/2m_Temperature_ERA5_reanalysis.json for pull request submission --- .../2m_Temperature_ERA5_reanalysis.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/stac_dist/2m_Temperature_ERA5_reanalysis/2m_Temperature_ERA5_reanalysis.json b/stac_dist/2m_Temperature_ERA5_reanalysis/2m_Temperature_ERA5_reanalysis.json index 0d1c42a7..a5aa95c3 100644 --- a/stac_dist/2m_Temperature_ERA5_reanalysis/2m_Temperature_ERA5_reanalysis.json +++ b/stac_dist/2m_Temperature_ERA5_reanalysis/2m_Temperature_ERA5_reanalysis.json @@ -42,6 +42,7 @@ "type": "spatial" } }, + "datetime": null, "raster:bands": [], "title": "ERA5 monthly averaged Temperature (2m) data on single levels for January 2023", "area_cover": "Global availability", @@ -52,6 +53,8 @@ "models": "https://cds.climate.copernicus.eu/cdsapp#!/dataset/reanalysis-era5-single-levels-monthly-means?tab=overview", "quality_control": "checked, see link: https://cds.climate.copernicus.eu/cdsapp#!/dataset/reanalysis-era5-single-levels-monthly-means?tab=eqc", "apis": "import cdsapi c = cdsapi.Client() c.retrieve( 'reanalysis-era5-single-levels-monthly-means', { 'format': 'netcdf', 'product_type': 'monthly_averaged_reanalysis', 'variable': '2m_temperature', 'year': '2023', 'month': '01', 'time': '00:00', }, 'download.nc')", + "modification": null, + "provision": null, "use_case_NHM": "1", "platform": "Eox" }, From 62ff5e435b27bb422c10bcfe4f32bb79ee77cd59 Mon Sep 17 00:00:00 2001 From: fairicube-data <154539050+fairicube-data@users.noreply.github.com> Date: Thu, 16 May 2024 15:51:59 +0200 Subject: [PATCH 3/3] Add stac_dist/2m_Temperature_ERA5_reanalysis/2m_Temperature_ERA5_reanalysis.json for pull request submission --- .../2m_Temperature_ERA5_reanalysis.json | 1 + 1 file changed, 1 insertion(+) diff --git a/stac_dist/2m_Temperature_ERA5_reanalysis/2m_Temperature_ERA5_reanalysis.json b/stac_dist/2m_Temperature_ERA5_reanalysis/2m_Temperature_ERA5_reanalysis.json index a5aa95c3..031f5ca7 100644 --- a/stac_dist/2m_Temperature_ERA5_reanalysis/2m_Temperature_ERA5_reanalysis.json +++ b/stac_dist/2m_Temperature_ERA5_reanalysis/2m_Temperature_ERA5_reanalysis.json @@ -45,6 +45,7 @@ "datetime": null, "raster:bands": [], "title": "ERA5 monthly averaged Temperature (2m) data on single levels for January 2023", + "keywords": "2m Temperature ERA5", "area_cover": "Global availability", "documentation": "https://doi.org/10.1002/qj.3803", "start_datetime": "2023-01-01T01:01Z",