Skip to content

Commit

Permalink
Merge pull request #312 from FAIRiCUBE/stac-dist-imperviousness-20m-i
Browse files Browse the repository at this point in the history
ChangeType.update stac_dist/imperviousness_20m/imperviousness_20m.json
  • Loading branch information
misev authored Nov 22, 2024
2 parents 5dd14d5 + 5eaa40b commit d93fd66
Showing 1 changed file with 161 additions and 0 deletions.
161 changes: 161 additions & 0 deletions stac_dist/imperviousness_20m/imperviousness_20m.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,161 @@
{
"type": "Feature",
"stac_version": "1.0.0",
"id": "imperviousness_20m",
"properties": {
"license": "other",
"description": "Provides at pan-European level in the spatial resolution of 20 m the sealing density in the 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-imperviousness",
"cube:dimensions": {
"x": {
"axis": "x",
"extent": [
900000,
7400000
],
"reference_system": "3035",
"type": "spatial",
"unit": "metre",
"interpolation": "",
"step": 20
},
"y": {
"axis": "y",
"extent": [
900000,
5500000
],
"reference_system": "3035",
"type": "spatial",
"unit": "metre",
"interpolation": "",
"step": -20
},
"time": {
"extent": [],
"type": "temporal",
"values": [
"2006-01-01T00:00Z",
"2009-01-01T00:00Z",
"2012-01-01T00:00Z",
"2015-01-01T00:00Z"
],
"step": "P2Y",
"unit": "day"
},
"z": {
"extent": [
null,
null
],
"type": "spatial"
}
},
"raster:bands": [
{
"band_name": "imperviousness",
"unit": "1",
"data_type": "uint8",
"nodata": 250,
"definition": "https://land.copernicus.eu/en/technical-library/hrl-imperviousness-technical-document-prod-2015/@@download/file",
"description": "Sealing density map of Europe in the range from 0% to 100%; raster coding (thematic pixel values): 0: all non-impervious areas; 1-100: imperviousness %; 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 - Imperviousness 2006-2015",
"datasource_type": "grid",
"keywords": "sealing, soil surface sealing, urban area, landscape alteration, built environment, land use, land cover",
"area_cover": "EEA39",
"documentation": "European Union's Copernicus Land Monitoring Service information; Source dataset DOI links: https://doi.org/10.2909/532f0b73-66c3-46f6-b5a5-d1cccd140433, https://doi.org/10.2909/61a2a6c8-9f9a-407d-a01d-d2101e9dcd65, https://doi.org/10.2909/4023528f-430d-402b-be16-91b6a6487be6, https://doi.org/10.2909/8b83d30f-4731-4de3-bead-1c6432d9d30a",
"crs": "3035",
"start_datetime": "2005-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-imperviousness",
"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=imperviousness_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=imperviousness_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=imperviousness_20m&bbox=24.2841770079211,-56.5051419017044,58.95275109308057,72.90613675900907&time=\"2006-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"
]
}

0 comments on commit d93fd66

Please sign in to comment.