-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add stac_dist/water_and_wetness/water_and_wetness.json for pull reque…
…st submission
- Loading branch information
Showing
1 changed file
with
122 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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": "Denotes water, wetness areas and sea water", | ||
"area_cover": "EEA-38+UK", | ||
"crs": "EPSG:3035", | ||
"providers": [ | ||
{ | ||
"organization": "EEA", | ||
"organization_name": null, | ||
"organization_email": null, | ||
"orcid_id": null, | ||
"project_purpose": null, | ||
"doc_link": "https://land.copernicus.eu/pan-european/high-resolution-layers/water-wetness", | ||
"comments": "The Copernicus High Resolution Water and Wetness (WAW) 2018 layer is a thematic product showing the occurrence of water and wet surfaces over the period from 2012 to 2018 for the EEA38 area and the United Kingdom.\nTwo products are available:\n- The main Water and Wetness (WAW) product, with defined classes of (1) permanent water, (2) temporary water, (3) permanent wetness and (4) temporary wetness.\n- The additional expert product: Water and Wetness Probability Index (WWPI).\nThe products show the occurrence of water and indicate the degree of wetness in a physical sense, assessed independently of the actual vegetation cover and are thus not limited to a specific land cover class and their relative frequencies." | ||
} | ||
], | ||
"dataSource": "https://land.copernicus.eu/pan-european/high-resolution-layers/water-wetness", | ||
"cube:dimensions": { | ||
"x": { | ||
"axis": "x", | ||
"extent": [ | ||
-31.285, | ||
44.807 | ||
], | ||
"reference_system": "EPSG:4326", | ||
"type": "spatial", | ||
"unit_of_measure": "m", | ||
"interpolation": null, | ||
"step": 10 | ||
}, | ||
"y": { | ||
"axis": "y", | ||
"extent": [ | ||
27.642, | ||
71.165 | ||
], | ||
"reference_system": "EPSG:4326", | ||
"type": "spatial", | ||
"unit_of_measure": "m", | ||
"interpolation": null, | ||
"step": 10 | ||
}, | ||
"z": { | ||
"axis": "z", | ||
"extent": [ | ||
null, | ||
null | ||
], | ||
"reference_system": null, | ||
"type": "spatial", | ||
"unit_of_measure": null, | ||
"interpolation": null | ||
}, | ||
"time": { | ||
"extent": [ | ||
"2018-01-01T00:00:00Z", | ||
"2018-01-01T00:00:00Z" | ||
], | ||
"type": "temporal", | ||
"unit_of_measure": "y", | ||
"interpolation": null, | ||
"regular": false | ||
} | ||
}, | ||
"datetime": "2000-01-01T00:00:00Z", | ||
"raster:bands": [ | ||
{ | ||
"band_name": "Water type", | ||
"unit": "categorial value", | ||
"nodata": null, | ||
"data_type": "int8", | ||
"definition": "Type of water and wetness", | ||
"description": "Type of water and wetness", | ||
"category_list": "Dry, permanent water, temporary water, permanent wet, temporary wet, sea water, unclassifiable, outside area", | ||
"comment": null, | ||
"interpolation": null | ||
} | ||
], | ||
"title": "High Resolution Layer - Water & Wetness", | ||
"datasource_type": "grid", | ||
"personalData": null, | ||
"Provenance_name": "EO-based", | ||
"preprocessing": null, | ||
"documentation": null, | ||
"keywords": null, | ||
"use_case_S4E": 1, | ||
"use_case_WER": 2, | ||
"use_case_NHM_2": null, | ||
"use_case_NILU": null, | ||
"use_case_NHM": 2, | ||
"platform": "Both", | ||
"ingestion_status": "Completed, year as integer, (2015,2018)" | ||
}, | ||
"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": "water_and_wetness" | ||
} |