Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
122 changes: 122 additions & 0 deletions stac_dist/Climate_data__Precipitation/Climate_data__Precipitation.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,122 @@
{
"type": "Feature",
"stac_version": "1.0.0",
"properties": {
"license": null,
"description": null,
"area_cover": "World",
"crs": "EPSG:4326",
"providers": [
{
"organization": "C3S",
"organization_name": null,
"organization_email": null,
"orcid_id": null,
"project_purpose": null,
"doc_link": null,
"comments": null
}
],
"dataSource": "https://cds.climate.copernicus.eu/cdsapp#!/dataset/derived-near-surface-meteorological-variables?tab=overview",
"cube:dimensions": {
"x": {
"axis": "x",
"extent": [
-180,
180
],
"reference_system": "EPSG:4326",
"type": "spatial",
"unit_of_measure": "deg",
"interpolation": null,
"step": 0.5
},
"y": {
"axis": "y",
"extent": [
-90,
90
],
"reference_system": "EPSG:4326",
"type": "spatial",
"unit_of_measure": "deg",
"interpolation": null,
"step": 0.5
},
"z": {
"axis": "z",
"extent": [
null,
null
],
"reference_system": null,
"type": "spatial",
"unit_of_measure": null,
"interpolation": null
},
"time": {
"extent": [
"1979-01-01T00:00:00Z",
"2019-01-01T00:00:00Z"
],
"type": "temporal",
"unit_of_measure": "h",
"interpolation": null,
"step": "PT1H"
}
},
"datetime": "2000-01-01T00:00:00Z",
"raster:bands": [
{
"band_name": null,
"unit": null,
"nodata": null,
"data_type": null,
"definition": null,
"description": null,
"category_list": null,
"comment": null,
"interpolation": null
}
],
"title": "Climate data - Precipitation",
"datasource_type": "grid",
"personalData": null,
"Provenance_name": "modeled",
"preprocessing": null,
"documentation": null,
"keywords": null,
"use_case_S4E": 1,
"use_case_WER": null,
"use_case_NHM_2": null,
"use_case_NILU": null,
"use_case_NHM": null,
"platform": "Eox",
"ingestion_status": "on hold: for clarification amongst UC partners about direct CDS access vs datacubes"
},
"geometry": {
"type": "Polygon",
"coordinates": []
},
"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": [],
"stac_extensions": [
"https://stac-extensions.github.io/raster/v1.1.0/schema.json",
"https://stac-extensions.github.io/datacube/v2.0.0/schema.json"
],
"id": "Climate_data__Precipitation"
}
Loading