Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ChangeType.update stac_dist/water_and_wetness_10m/water_and_wetness_10m.json #317

Merged
merged 3 commits into from
Nov 22, 2024
Merged
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
157 changes: 157 additions & 0 deletions stac_dist/water_and_wetness_10m/water_and_wetness_10m.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,157 @@
{
"type": "Feature",
"stac_version": "1.0.0",
"id": "water_and_wetness_10m",
"properties": {
"license": "other",
"description": "Provides at pan-European level in the spatial resolution of 10 m the occurrence of water and wet surfaces over the period from 2009 to 2015.",
"providers": [
{
"organization": "European Environment Agency",
"doc_link": "https://land.copernicus.eu/",
"organization_email": "[email protected]",
"roles": "host"
}
],
"dataSource": "https://land.copernicus.eu/en/products/high-resolution-layer-water-and-wetness",
"cube:dimensions": {
"x": {
"axis": "x",
"extent": [
900000,
7400000
],
"reference_system": "3035",
"type": "spatial",
"unit": "metre",
"step": 10
},
"y": {
"axis": "y",
"extent": [
900000,
5500000
],
"reference_system": "3035",
"type": "spatial",
"unit": "metre",
"step": -10
},
"time": {
"extent": [],
"type": "temporal",
"values": [
"2018-01-01T00:00Z"
],
"step": "P7Y",
"unit": "day"
},
"z": {
"extent": [
null,
null
],
"type": "spatial"
}
},
"raster:bands": [
{
"band_name": "waw",
"unit": "1",
"data_type": "uint8",
"nodata": 240,
"definition": "https://land.copernicus.eu/en/technical-library/hrl-water-wetness-2018-user-manual/@@download/file",
"description": "water and wetness map of Europe; raster coding (thematic pixel values): raster coding (thematic pixel values): 0: no water/no wet areas; 1: permanent water; 2: temporary water; 3: Permanently wet area; 4: Temporary wet areas; 254: unclassifiable (no satellite image available, or clouds, shadows, or snow); 255: outside area",
"category_list": "0, 1, 2, 3, 4, 254, 255",
"comment": ""
}
],
"title": "High Resolution Layer - Water and Wetness 2018",
"datasource_type": "grid",
"keywords": "forest management, landscape alteration, land use, water, land cover",
"area_cover": "EEA39",
"documentation": "European Union's Copernicus Land Monitoring Service information; Source dataset DOI links: https://doi.org/10.2909/7992f641-bf77-47b7-b0c1-74fc832b78b1",
"crs": "3035",
"start_datetime": "2012-01-01T00:00Z",
"end_datetime": "2018-12-31T23:59:59.999Z",
"personalData": "none",
"provenance_name": "https://land.copernicus.eu/en/products/high-resolution-layer-water-and-wetness",
"apis": "OGC WCS, WCPS, WSM, WMTS, OAPI-Coverages",
"use_case_S4E": "1",
"use_case_WER": "2",
"use_case_NHM": "2",
"ingestion_status": "Completed",
"platform": "Rasdaman"
},
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-56.5051419017044,
24.2841770079211
],
[
-56.5051419017044,
58.95275109308057
],
[
72.90613675900907,
58.95275109308057
],
[
72.90613675900907,
24.2841770079211
],
[
-56.5051419017044,
24.2841770079211
]
]
]
},
"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=water_and_wetness_10m&outputType=GeneralGridCoverage",
"rel": "about",
"type": "text/xml",
"title": "Link to the rasdaman coverage description in XML"
},
{
"href": "https://fairicube.rasdaman.com/rasdaman-dashboard/?layers=water_and_wetness_10m",
"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=water_and_wetness_10m&bbox=24.2841770079211,-56.5051419017044,58.95275109308057,72.90613675900907&time=\"2018-01-01T00:00Z\"&width=800&height=600&crs=EPSG:4326&format=image/png&transparent=true&styles=",
"roles": [
"thumbnail"
]
}
},
"bbox": [
-56.5051419017044,
24.2841770079211,
72.90613675900907,
58.95275109308057
],
"stac_extensions": [
"https://stac-extensions.github.io/raster/v1.1.0/schema.json",
"https://stac-extensions.github.io/datacube/v2.0.0/schema.json"
]
}
Loading