Skip to content

Commit

Permalink
Add stac_dist/european_settlement_map_2018/european_settlement_map_20…
Browse files Browse the repository at this point in the history
…18.json for pull request submission
  • Loading branch information
fairicube-data committed Jul 25, 2024
1 parent ffc176d commit 513224d
Showing 1 changed file with 156 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,156 @@
{
"type": "Feature",
"stac_version": "1.0.0",
"id": "european_settlement_map_2018",
"properties": {
"license": "CC-BY-NC-SA-4.0",
"description": "The European Settlement Map is a spatial raster dataset that is mapping human settlements in Europe, based on Copernicus Very High Resolution optical coverage for reference year 2018. ESM 2018 exploits the Copernicus VHR_IMAGE_2018 dataset made of satellite images Pleiades 1A & 1B, SuperView-1, Kompsat-3/3A and PlanetScope with backup missions of Spot-6/7, TripleSat and Deimos-2 ranging from 2017 to 2019. It classifies the residential and non-residential buildings at a spatial resolution of 2 meters.",
"providers": [
{
"organization": "European Commission, Joint Research Centre",
"doc_link": "",
"organization_email": "[email protected]"
}
],
"dataSource": "https://data.jrc.ec.europa.eu/dataset/192530fc-3d09-4740-8c1d-d1e601cdfdcc",
"cube:dimensions": {
"x": {
"axis": "x",
"extent": [
844000,
7344000
],
"reference_system": "3035",
"type": "spatial",
"unit": "metre",
"step": 2
},
"y": {
"axis": "y",
"extent": [
842000,
5442000
],
"reference_system": "3035",
"type": "spatial",
"unit": "metre",
"step": -2
},
"time": {
"extent": [],
"type": "temporal",
"values": [
"2018-01-01T00:00Z",
"2999-01-01T00:00:00Z"
],
"step": "P1Y",
"unit": "day"
},
"z": {
"extent": [
null,
null
],
"type": "spatial"
}
},
"raster:bands": [
{
"band_name": "esm",
"unit": "1",
"data_type": "uint8",
"nodata": 0,
"definition": "https://doi.org/10.2760/87167",
"description": "raster coding (thematic pixel values): 0: no data; 1: land; 2: water; 255: built-up area",
"category_list": "1, 2, 255"
}
],
"title": "European Settlement Map 2018",
"datasource_type": "grid",
"keywords": "land, land use, land cover, human settlement, urban area, green space, building typology, built-up areas, copernicus, esm, ghsl, pan-european, remote sensing, classification",
"area_cover": "EEA39",
"documentation": "Corbane, Christina; Szabo, Filip (2022): ESM R2020 - European Settlement Map from Copernicus Very High Resolution data for reference year 2018. European Commission, Joint Research Centre (JRC) [Dataset] PID: http://data.europa.eu/89h/192530fc-3d09-4740-8c1d-d1e601cdfdcc",
"crs": "3035",
"start_datetime": "2018-01-01T00:00Z",
"end_datetime": "2999-01-01T00:00:00Z",
"personalData": "none",
"provenance_name": "https://data.jrc.ec.europa.eu/dataset/192530fc-3d09-4740-8c1d-d1e601cdfdcc",
"preprocessing": "ESM 2018 exploits the Copernicus VHR_IMAGE_2018 dataset made of satellite images Pleiades 1A & 1B, SuperView-1, Kompsat-3/3A and PlanetScope with backup missions of Spot-6/7, TripleSat and Deimos-2 ranging from 2017 to 2019.",
"source_data": "https://jeodpp.jrc.ec.europa.eu/ftp/jrc-opendata/GHSL/ESM_BUILT_VHR2018_Europe_R2020/ESM_BUILT_VHR2018_Europe_R2020_3035_02/LATEST/Data/GeoTIFF/",
"apis": "OGC WCS, WCPS, WMS, WMTS, OAPI-Coverages",
"use_case_S4E": "1",
"use_case_NHM_2": "1",
"platform": "Rasdaman"
},
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-56.2783261509524,
23.580535569341674
],
[
-56.2783261509524,
59.05367788941702
],
[
71.4525090831956,
59.05367788941702
],
[
71.4525090831956,
23.580535569341674
],
[
-56.2783261509524,
23.580535569341674
]
]
]
},
"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=european_settlement_map_2018&outputType=GeneralGridCoverage",
"rel": "about",
"type": "text/xml",
"title": "Link to the rasdaman coverage description in XML"
},
{
"href": "https://catalog:[email protected]/rasdaman-dashboard/?layers=european_settlement_map_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=european_settlement_map_2018&bbox=23.580535569341674,-56.2783261509524,59.05367788941702,71.4525090831956&time=\"2018-01-01T00:00Z\"&width=800&height=600&crs=EPSG:4326&format=image/png&transparent=true&styles=",
"roles": [
"thumbnail"
]
}
},
"bbox": [
-56.2783261509524,
23.580535569341674,
71.4525090831956,
59.05367788941702
],
"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 513224d

Please sign in to comment.