Skip to content

Commit

Permalink
Merge pull request #345 from FAIRiCUBE/stac-dist-temperature-netherla
Browse files Browse the repository at this point in the history
ChangeType.update stac_dist/Temperature_Netherlands/Temperature_Netherlands.json
  • Loading branch information
misev authored Oct 19, 2024
2 parents 374e386 + 3391eb3 commit 2f6eb57
Showing 1 changed file with 151 additions and 0 deletions.
151 changes: 151 additions & 0 deletions stac_dist/Temperature_Netherlands/Temperature_Netherlands.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,151 @@
{
"type": "Feature",
"stac_version": "1.0.0",
"id": "Temperature_Netherlands",
"properties": {
"keywords": [
"climate",
" temperature",
" KNMI",
"temperature"
],
"license": "CC0-1.0",
"description": "Data from the Royal Dutch Weather Institute (KNMI), measured daily at different weather stations across the Netherlands. Monthly average air temperature per grid cell calculated based on the distance to each weather station. ",
"providers": [],
"dataSource": "https://filesender.surf.nl/?s=download&token=3670cfaa-dca2-4fb1-8a5e-7e9b22fab1ba",
"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-12-01T12:00Z"
],
"step": "P0Y1M0DT0H0M0S",
"unit": "month"
}
},
"raster:bands": [
{
"band_name": "temperature",
"unit": "C",
"data_type": "float32",
"nodata": -9999,
"definition": "https://www.daggegevens.knmi.nl/",
"description": "Monthly average air temperature in degree Celsius per grid cell calculated based on the distance to each weather station. "
}
],
"title": "Temperature Netherlands",
"datasource_type": "Raster",
"area_cover": "Central Netherlands",
"crs": "28992",
"start_datetime": "2014-01-01T12:00Z",
"end_datetime": "2022-12-01T12:00Z",
"provenance_name": "https://www.daggegevens.knmi.nl/",
"datetime": null,
"modification": null,
"provision": null,
"use_case_WER": "1",
"ingestion_status": "completed",
"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:[email protected]/rasdaman/ows?&SERVICE=WCS&VERSION=2.1.0&REQUEST=DescribeCoverage&COVERAGEID=Temperature_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=Temperature_Netherlands",
"rel": "service",
"type": "text/html",
"title": "Link to the rasdaman web application to Access, process gridded data"
}
],
"assets": {
"thumbnail_rasdaman": {
"href": "https://catalog:[email protected]/rasdaman/ows?service=WMS&version=1.3.0&request=GetMap&layers=Temperature_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"
]
}

0 comments on commit 2f6eb57

Please sign in to comment.