From 9d4e962c455754f5547e64ab053d094bfc6d06c2 Mon Sep 17 00:00:00 2001 From: fairicube-data <154539050+fairicube-data@users.noreply.github.com> Date: Fri, 18 Oct 2024 16:45:16 +0200 Subject: [PATCH 1/2] Add stac_dist/Precipitation_Netherlands/Precipitation_Netherlands.json for pull request submission --- .../Precipitation_Netherlands.json | 144 ++++++++++++++++++ 1 file changed, 144 insertions(+) create mode 100644 stac_dist/Precipitation_Netherlands/Precipitation_Netherlands.json diff --git a/stac_dist/Precipitation_Netherlands/Precipitation_Netherlands.json b/stac_dist/Precipitation_Netherlands/Precipitation_Netherlands.json new file mode 100644 index 00000000..32918467 --- /dev/null +++ b/stac_dist/Precipitation_Netherlands/Precipitation_Netherlands.json @@ -0,0 +1,144 @@ +{ + "type": "Feature", + "stac_version": "1.0.0", + "id": "Precipitation_Netherlands", + "properties": { + "keywords": [ + "climate", + " precipitation", + " KNMI" + ], + "license": "CC0-1.0", + "description": "Data from the Royal Dutch Weather Institute (KNMI), measured daily at different weather stations across the Netherlands. Monthly total precipitation per grid cell was calculated based on the distance to each weather station.", + "providers": [], + "dataSource": "https://filesender.surf.nl/?s=download&token=e2528655-85b0-4bff-a7ff-a31ef727c0fb", + "cube:dimensions": { + "x": { + "axis": "x", + "extent": [ + 136000, + 223870 + ], + "reference_system": "28992", + "type": "spatial", + "unit": "meters", + "step": 10 + }, + "y": { + "axis": "y", + "extent": [ + 428495, + 535555 + ], + "reference_system": "28992", + "type": "spatial", + "unit": "meters", + "step": 10 + }, + "z": { + "extent": [ + null, + null + ], + "type": "spatial" + }, + "time": { + "type": "temporal", + "extent": [ + "2014-01-01T12:00Z", + "2022-01-12T12:00Z" + ], + "step": "P1M", + "unit": "month" + } + }, + "raster:bands": [ + { + "data_type": "float32", + "nodata": -9999, + "definition": "https://www.daggegevens.knmi.nl/", + "description": "Monthly total precipitation in mm (seperate layer for each month )." + } + ], + "title": "Precipitation Netherlands", + "datasource_type": "Raster", + "area_cover": "Central Netherlands", + "crs": "28992", + "start_datetime": "2014-01-01T12:00Z", + "end_datetime": "2022-01-12T12:00Z", + "provenance_name": "https://www.daggegevens.knmi.nl/", + "use_case_WER": "1", + "platform": "Both" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 5.105442156813408, + 51.8407808425126 + ], + [ + 5.105442156813408, + 52.80691561255643 + ], + [ + 6.408453362667011, + 52.80691561255643 + ], + [ + 6.408453362667011, + 51.8407808425126 + ], + [ + 5.105442156813408, + 51.8407808425126 + ] + ] + ] + }, + "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" + }, + { + "href": "https://catalog:JdpsUHpPoqXtbM3@fairicube.rasdaman.com/rasdaman/ows?&SERVICE=WCS&VERSION=2.1.0&REQUEST=DescribeCoverage&COVERAGEID=Precipitation_Netherlands&outputType=GeneralGridCoverage", + "rel": "about", + "type": "text/xml", + "title": "Link to the rasdaman coverage description in XML" + }, + { + "href": "https://fairicube.rasdaman.com/rasdaman-dashboard/?layers=Precipitation_Netherlands", + "rel": "service", + "type": "text/html", + "title": "Link to the rasdaman web application to Access, process gridded data" + } + ], + "assets": { + "thumbnail_rasdaman": { + "href": "https://catalog:JdpsUHpPoqXtbM3@fairicube.rasdaman.com/rasdaman/ows?service=WMS&version=1.3.0&request=GetMap&layers=Precipitation_Netherlands&bbox=51.8407808425126,5.105442156813408,52.80691561255643,6.408453362667011&width=800&height=600&crs=EPSG:4326&format=image/png&transparent=true&styles=time=\"2014-01-01T12:00Z\"", + "roles": [ + "thumbnail" + ] + } + }, + "bbox": [ + 5.105442156813408, + 51.8407808425126, + 6.408453362667011, + 52.80691561255643 + ], + "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 3c752a354b7c56198ab632e7375dfd4a1908f0ed Mon Sep 17 00:00:00 2001 From: fairicube-data <154539050+fairicube-data@users.noreply.github.com> Date: Sat, 19 Oct 2024 06:12:28 +0200 Subject: [PATCH 2/2] Add stac_dist/Precipitation_Netherlands/Precipitation_Netherlands.json for pull request submission --- .../Precipitation_Netherlands.json | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/stac_dist/Precipitation_Netherlands/Precipitation_Netherlands.json b/stac_dist/Precipitation_Netherlands/Precipitation_Netherlands.json index 32918467..3c18396e 100644 --- a/stac_dist/Precipitation_Netherlands/Precipitation_Netherlands.json +++ b/stac_dist/Precipitation_Netherlands/Precipitation_Netherlands.json @@ -4,9 +4,7 @@ "id": "Precipitation_Netherlands", "properties": { "keywords": [ - "climate", - " precipitation", - " KNMI" + "precipitation" ], "license": "CC0-1.0", "description": "Data from the Royal Dutch Weather Institute (KNMI), measured daily at different weather stations across the Netherlands. Monthly total precipitation per grid cell was calculated based on the distance to each weather station.", @@ -48,16 +46,18 @@ "2014-01-01T12:00Z", "2022-01-12T12:00Z" ], - "step": "P1M", + "step": "P0Y1M0DT0H0M0S", "unit": "month" } }, "raster:bands": [ { + "band_name": "precipitation", + "unit": "mm/month", "data_type": "float32", "nodata": -9999, "definition": "https://www.daggegevens.knmi.nl/", - "description": "Monthly total precipitation in mm (seperate layer for each month )." + "description": "Monthly total precipitation in mm." } ], "title": "Precipitation Netherlands", @@ -67,7 +67,11 @@ "start_datetime": "2014-01-01T12:00Z", "end_datetime": "2022-01-12T12:00Z", "provenance_name": "https://www.daggegevens.knmi.nl/", + "datetime": null, + "modification": null, + "provision": null, "use_case_WER": "1", + "ingestion_status": "completed", "platform": "Both" }, "geometry": {