Skip to content

Commit

Permalink
Merge pull request #211 from FAIRiCUBE/stac-dist-corine-land-cover-co-2
Browse files Browse the repository at this point in the history
Update stac_dist/corine_land_cover/corine_land_cover.json
  • Loading branch information
Mohinem authored Apr 23, 2024
2 parents 41e3d0e + af268f5 commit 7137846
Showing 1 changed file with 169 additions and 0 deletions.
169 changes: 169 additions & 0 deletions stac_dist/corine_land_cover/corine_land_cover.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,169 @@
{
"type": "Feature",
"stac_version": "1.0.0",
"id": "corine_land_cover",
"properties": {
"license": null,
"description": "It consists of an inventory of land cover in 44 cases.",
"providers": [
{
"organization_name": null,
"organization": "EEA",
"comments": "The present 100m raster dataset is the 2018 CLC status layer modified for the purpose of consistent statistical analysis in the land cover change accounting system at EEA.\n\nCORINE Land Cover (CLC) data are produced from 1986 for European (EEA member or cooperating) countries. Altogether five mapping inventories were implemented in this period, producing five status layers (CLC1990, CLC2000, CLC2006, CLC2012, CLC2018) and four CLC-Change (CLCC) layers for the corresponding periods (1990-2000, 2000-2006, 2006-2012, 2012-2018). Pan-European CLC and CLCC data are available as vector and raster products.",
"doc_link": "https://land.copernicus.eu/pan-european/corine-land-cover",
"organization_email": null,
"project_purpose": null
}
],
"dataSource": "https://land.copernicus.eu/pan-european/corine-land-cover",
"cube:dimensions": {
"x": {
"axis": "x",
"extent": [
-31.561261,
44.820775
],
"reference_system": "EPSG:4326",
"type": "spatial",
"unit_of_measure": "m",
"interpolation": null,
"step": 100
},
"y": {
"axis": "y",
"extent": [
27.405827,
71.409109
],
"reference_system": "EPSG:4326",
"type": "spatial",
"unit_of_measure": "m",
"interpolation": null,
"step": 100
},
"time": {
"extent": [
"1990-01-01T00:00:00Z",
"2018-01-01T00:00:00Z"
],
"type": "temporal",
"step": ""
},
"z": {
"extent": [
null,
null
],
"reference_system": null,
"unit_of_measure": null,
"interpolation": null,
"type": "spatial"
}
},
"datetime": "2000-01-01T00:00:00Z",
"raster:bands": [
{
"band_name": null,
"unit": "categorial, numeric code",
"data_type": "int8",
"nodata": null,
"definition": "CLC code - each code represents a colour",
"description": "Each colour is a landform feature (urban area, forests, etc)",
"category_list": "Multiple values",
"comment": null,
"interpolation": "Nearest\u200b"
}
],
"title": "Corine Land Cover",
"datasource_type": "grid",
"keywords": null,
"area_cover": "EEA-38+UK",
"documentation": null,
"crs": "EPSG:3035",
"start_datetime": "1990-01-01T00:00:00Z",
"end_datetime": "2018-01-01T00:00:00Z",
"personalData": null,
"Provenance_name": "EO-based, produced by countries",
"preprocessing": null,
"modification": null,
"provision": null,
"use_case_S4E": 1,
"use_case_WER": 2,
"use_case_NHM": 1,
"use_case_NILU": null,
"use_case_NHM_2": null,
"ingestion_status": "Completed, year as integer, (1990,2000,2006,2012,2018)",
"platform": "Both"
},
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-31.561261000000002,
27.405827000000002
],
[
-31.561261000000002,
71.409109
],
[
44.820775,
71.409109
],
[
44.820775,
27.405827000000002
],
[
-31.561261000000002,
27.405827000000002
]
]
]
},
"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=corine_land_cover&outputType=GeneralGridCoverage",
"rel": "about",
"type": "text/xml",
"title": "Link to the rasdaman coverage description in XML"
},
{
"href": "https://catalog:[email protected]/rasdaman-dashboard/?layers=corine_land_cover",
"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=corine_land_cover&bbox=27.405827000000002,-31.561261000000002,71.409109,44.820775&time=\"1990-01-01T00:00:00Z\"&width=800&height=600&crs=EPSG:4326&format=image/png&transparent=true&styles=",
"roles": [
"thumbnail"
]
}
},
"bbox": [
-31.561261000000002,
27.405827000000002,
44.820775,
71.409109
],
"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 7137846

Please sign in to comment.