-
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.
Merge pull request #314 from FAIRiCUBE/stac-dist-tree-cover-density-2
ChangeType.update stac_dist/tree_cover_density_20m/tree_cover_density_20m.json
- Loading branch information
Showing
1 changed file
with
157 additions
and
0 deletions.
There are no files selected for viewing
157 changes: 157 additions & 0 deletions
157
stac_dist/tree_cover_density_20m/tree_cover_density_20m.json
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,157 @@ | ||
{ | ||
"type": "Feature", | ||
"stac_version": "1.0.0", | ||
"id": "tree_cover_density_20m", | ||
"properties": { | ||
"license": "other", | ||
"description": "Provides at pan-European level in the spatial resolution of 20 m the level of tree cover density in a range from 0% to 100%.", | ||
"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-tree-cover-density", | ||
"cube:dimensions": { | ||
"x": { | ||
"axis": "x", | ||
"extent": [ | ||
900000, | ||
7400000 | ||
], | ||
"reference_system": "3035", | ||
"type": "spatial", | ||
"unit": "metre", | ||
"step": 20 | ||
}, | ||
"y": { | ||
"axis": "y", | ||
"extent": [ | ||
900000, | ||
5500000 | ||
], | ||
"reference_system": "3035", | ||
"type": "spatial", | ||
"unit": "metre", | ||
"step": -20 | ||
}, | ||
"time": { | ||
"extent": [], | ||
"type": "temporal", | ||
"values": [ | ||
"2012-01-01T00:00Z", | ||
"2015-01-01T00:00Z" | ||
], | ||
"step": "P3Y", | ||
"unit": "day" | ||
}, | ||
"z": { | ||
"extent": [ | ||
null, | ||
null | ||
], | ||
"type": "spatial" | ||
} | ||
}, | ||
"raster:bands": [ | ||
{ | ||
"band_name": "tcd", | ||
"unit": "1", | ||
"data_type": "uint8", | ||
"nodata": 250, | ||
"definition": "https://land.copernicus.eu/en/technical-library/hrl-forest-2012-2015/@@download/file", | ||
"description": "tree cover density map of Europe; raster coding (thematic pixel values): 0: all non-tree covered areas; 1-100: tree cover density in %; 254: unclassifiable (no satellite image available, or clouds, shadows, or snow); 255: outside area", | ||
"category_list": "0, 1-100, 254, 255" | ||
} | ||
], | ||
"title": "High Resolution Layer - Tree Cover Density 2012-2015", | ||
"datasource_type": "grid", | ||
"keywords": "land use, land cover, landscape alteration, tree, forest management", | ||
"area_cover": "EEA39", | ||
"documentation": "European Union's Copernicus Land Monitoring Service information; Source dataset DOI links: https://doi.org/10.2909/91687ef2-f907-4f84-81f7-c9c81980c306, https://doi.org/10.2909/8bfbda74-7b62-4659-96dd-86600ea425a2", | ||
"crs": "3035", | ||
"start_datetime": "2011-01-01T00:00:00.000Z", | ||
"end_datetime": "2016-12-31T23:59:59.999Z", | ||
"personalData": "none", | ||
"provenance_name": "https://land.copernicus.eu/en/products/high-resolution-layer-tree-cover-density", | ||
"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=tree_cover_density_20m&outputType=GeneralGridCoverage", | ||
"rel": "about", | ||
"type": "text/xml", | ||
"title": "Link to the rasdaman coverage description in XML" | ||
}, | ||
{ | ||
"href": "https://fairicube.rasdaman.com/rasdaman-dashboard/?layers=tree_cover_density_20m", | ||
"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=tree_cover_density_20m&bbox=24.2841770079211,-56.5051419017044,58.95275109308057,72.90613675900907&time=\"2012-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" | ||
] | ||
} |