Skip to content

Commit

Permalink
Merge pull request #311 from FAIRiCUBE/stac-dist-small-woody-features-2
Browse files Browse the repository at this point in the history
ChangeType.update stac_dist/small_woody_features_2018/small_woody_features_2018.json
  • Loading branch information
misev authored Nov 22, 2024
2 parents d93fd66 + f0c7c2e commit 6c72101
Showing 1 changed file with 156 additions and 0 deletions.
156 changes: 156 additions & 0 deletions stac_dist/small_woody_features_2018/small_woody_features_2018.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,156 @@
{
"type": "Feature",
"stac_version": "1.0.0",
"id": "small_woody_features_2018",
"properties": {
"license": "other",
"description": "Provides at pan-European level information on information on linear structures such as hedgerows, as well as patches of woody features at 5m resolution.",
"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-small-woody-features",
"cube:dimensions": {
"x": {
"axis": "x",
"extent": [
800000,
7400000
],
"reference_system": "3035",
"type": "spatial",
"unit": "metre",
"step": 5
},
"y": {
"axis": "y",
"extent": [
900000,
5500000
],
"reference_system": "3035",
"type": "spatial",
"unit": "metre",
"step": -5
},
"time": {
"extent": [],
"type": "temporal",
"values": [
"2018-01-01T00:00Z"
],
"step": "P2Y",
"unit": "day"
},
"z": {
"extent": [
null,
null
],
"type": "spatial"
}
},
"raster:bands": [
{
"band_name": "swf",
"unit": "1",
"data_type": "uint8",
"nodata": 255,
"definition": "https://land.copernicus.eu/en/technical-library/high-resolution-layer-small-woody-features-2018-product-user-manual/@@download/file",
"description": "small woody features map of Europe; raster coding (thematic pixel values): 0: Non SWF area; 1: SWF area (Linear or patchy structures of trees, hedges, bushes and scrub); 254: unclassifiable (no satellite image available, or clouds, shadows, or snow); 255: outside area",
"category_list": "0, 1, 254, 255"
}
],
"title": "High Resolution Layer - Small Woody Features 2018",
"datasource_type": "grid",
"keywords": "land cover, urban area, sealing, built environment, land use, soil surface sealing, landscape alteration",
"area_cover": "EEA39",
"documentation": "European Union's Copernicus Land Monitoring Service information; Source dataset DOI links: https://doi.org/10.2909/a8e683b1-2f96-45c8-827f-580a79413018",
"crs": "3035",
"start_datetime": "2017-01-01T00:00:00.000Z",
"end_datetime": "2019-12-31T23:59:59.999Z",
"personalData": "none",
"provenance_name": "High Resolution Layer Small Woody Features",
"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": [
[
[
-57.48685524041677,
23.893222373815856
],
[
-57.48685524041677,
58.95275109308057
],
[
72.90613675900907,
58.95275109308057
],
[
72.90613675900907,
23.893222373815856
],
[
-57.48685524041677,
23.893222373815856
]
]
]
},
"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=small_woody_features_2018&outputType=GeneralGridCoverage",
"rel": "about",
"type": "text/xml",
"title": "Link to the rasdaman coverage description in XML"
},
{
"href": "https://fairicube.rasdaman.com/rasdaman-dashboard/?layers=small_woody_features_2018",
"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=small_woody_features_2018&bbox=23.893222373815856,-57.48685524041677,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": [
-57.48685524041677,
23.893222373815856,
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 6c72101

Please sign in to comment.