Skip to content

Commit

Permalink
Merge pull request #302 from FAIRiCUBE/stac-dist-dominant-leaf-type-2
Browse files Browse the repository at this point in the history
ChangeType.update stac_dist/dominant_leaf_type_20m/dominant_leaf_type_20m.json
  • Loading branch information
misev authored Nov 22, 2024
2 parents df38237 + b45370c commit e4b485d
Showing 1 changed file with 157 additions and 0 deletions.
157 changes: 157 additions & 0 deletions stac_dist/dominant_leaf_type_20m/dominant_leaf_type_20m.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,157 @@
{
"type": "Feature",
"stac_version": "1.0.0",
"id": "dominant_leaf_type_20m",
"properties": {
"license": "other",
"description": "The DLT raster product provides a basic land cover classification with 3 thematic classes (all non-tree covered areas, broadleaved and coniferous) at 20m spatial resolution and covers the full of EEA38 area and the United Kingdom.",
"providers": [
{
"organization": "European Environment Agency",
"comments": "The production of the high resolution forest layers was coordinated by the European Environment Agency (EEA) in the frame of the EU Copernicus programme.",
"doc_link": "https://land.copernicus.eu/",
"organization_email": "[email protected]",
"roles": "host"
}
],
"dataSource": "https://land.copernicus.eu/pan-european/high-resolution-layers/forests/dominant-leaf-type/status-maps",
"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": "P2Y",
"unit": "day"
},
"z": {
"extent": [
null,
null
],
"type": "spatial"
}
},
"raster:bands": [
{
"band_name": "dlt",
"unit": "1",
"data_type": "uint8",
"nodata": 250,
"definition": "https://land.copernicus.eu/en/technical-library/hrl-forest-2012-2015/@@download/file",
"description": "raster coding (thematic pixel values): 0: all non-tree covered areas; 1: broadleaved trees; 2: coniferous trees; 254: unclassifiable (no satellite image available, or clouds, shadows, or snow); 255: outside area",
"category_list": "0, 1, 2, 254, 255"
}
],
"title": "High Resolution Layer - Dominant Leaf Type 2012-2015",
"datasource_type": "grid",
"keywords": "leaf, land cover, forest, landscape alteration, land use, forest management",
"area_cover": "EEA-38+UK",
"crs": "3035",
"start_datetime": "2012-01-01T00:00Z",
"end_datetime": "2015-01-01T00:00Z",
"provenance_name": "https://land.copernicus.eu/en/products/high-resolution-layer-dominant-leaf-type",
"source_data": "https://land.copernicus.eu/en/products/high-resolution-layer-dominant-leaf-type/dominant-leaf-type-2012, https://land.copernicus.eu/en/products/high-resolution-layer-dominant-leaf-type/dominant-leaf-type-2015",
"apis": "OGC WCS, WCPS, WMS, 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=dominant_leaf_type_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=dominant_leaf_type_20m",
"rel": "service",
"type": "text/html",
"title": "Link to the rasdaman web application to access and process gridded data"
}
],
"assets": {
"thumbnail_rasdaman": {
"href": "https://catalog:[email protected]/rasdaman/ows?service=WMS&version=1.3.0&request=GetMap&layers=dominant_leaf_type_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"
]
}

0 comments on commit e4b485d

Please sign in to comment.