Skip to content

Commit

Permalink
Merge pull request #348 from FAIRiCUBE/stac-dist-soil-nitrogen-city-o
Browse files Browse the repository at this point in the history
ChangeType.update stac_dist/soil_nitrogen_city_of_luxembourg/soil_nitrogen_city_of_luxembourg.json
  • Loading branch information
mari-s4e authored Jan 13, 2025
2 parents 2c24371 + 80759bc commit dcd2ff2
Showing 1 changed file with 173 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,173 @@
{
"type": "Feature",
"stac_version": "1.0.0",
"id": "soil_nitrogen_city_of_luxembourg",
"properties": {
"keywords": [
"soil nitrogen "
],
"license": "CC-BY-4.0",
"description": "Soil Nitrogen of Luxembourg based on the soil point data from the LUCAS 2009/2012 soil surveys.",
"providers": [
{
"organization_name": "FAIRiCUBE",
"organization": "space4environment",
"organization_email": "[email protected]",
"roles": "processor",
"project_purpose": "Urban adaptation to climate change"
},
{
"organization_name": "JOINT RESEARCH CENTRE European Soil Data Centre (ESDAC)",
"organization": "JOINT RESEARCH CENTRE European Soil Data Centre (ESDAC)",
"doc_link": "https://esdac.jrc.ec.europa.eu/content/chemical-properties-european-scale-based-lucas-topsoil-data#tabs-0-description=0",
"roles": "producer"
}
],
"dataSource": "https://esdac.jrc.ec.europa.eu/content/chemical-properties-european-scale-based-lucas-topsoil-data#tabs-0-description=0",
"cube:dimensions": {
"x": {
"axis": "x",
"extent": [
72850,
82570
],
"reference_system": "2169",
"type": "spatial",
"unit": "g/kg",
"step": 10
},
"y": {
"axis": "y",
"extent": [
69590,
80030
],
"reference_system": "2169",
"type": "spatial",
"unit": "g/kg",
"step": 10
},
"z": {
"extent": [
null,
null
],
"type": "spatial"
},
"time": {
"type": "temporal",
"extent": [
"2009-01-01T00:00Z",
"2012-12-31T00:00Z"
],
"step": "P3Y0M0DT0H0M0S",
"unit": "years"
}
},
"raster:bands": [
{
"band_name": "soil nitrogen ",
"unit": "g/kg",
"data_type": "float32",
"nodata": -99999,
"definition": "Soil nitrogen has been measured based on the ISO standard procedures",
"description": "Soil nitrogen has been measured based on the ISO standard procedures"
}
],
"title": " Soil Nitrogen properties of the city of Luxembourg",
"datasource_type": "vector",
"area_cover": "5171.66 ha",
"documentation": "https://www.sciencedirect.com/science/article/pii/S0016706119304768",
"crs": "EPSG:2169",
"start_datetime": "2009-01-01T00:00Z",
"end_datetime": "2012-12-31T00:00Z",
"personalData": "no personal data",
"provenance_name": "Maps of Soil Chemical properties at European scale based on LUCAS 2009/2012 topsoil data",
"source_data": "https://www.sciencedirect.com/science/article/pii/S0016706119304768",
"access_control": "fairicube account required ",
"datetime": "2024-09-18T13:52Z",
"modification": null,
"provision": null,
"use_case_S4E": "1",
"platform": "Eox"
},
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
6.069104443926092,
49.56094657618465
],
[
6.069104443926092,
49.65484833240523
],
[
6.203715071874704,
49.65484833240523
],
[
6.203715071874704,
49.56094657618465
],
[
6.069104443926092,
49.56094657618465
]
]
]
},
"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"
},
{
"example:container": true,
"title": "soil_nitrat_10m_b1_COG_overview",
"description": "Link to the data visualization interactive web map.",
"href": "https://vis.fairicube.eu/=data?https://hub-fairicube0.s3.eu-central-1.amazonaws.com/data/web/luxembourg/soil_nitrat_10m_b1_COG.tif",
"rel": "example"
}
],
"assets": {
"soil_nitrogen_thumbnail": {
"href": "https://github.com/FAIRiCUBE/uc1-urban-climate/blob/master/images/thumbnails/soil_nitrogen_thumbnail.png",
"roles": [
"thumbnail"
]
},
"soil_nitrat_10m_b1": {
"href": "https://hub-fairicube0.s3.eu-central-1.amazonaws.com/data/d012_luxembourg/soil_nitrat_10m_b1.tif",
"roles": [
"data"
]
},
"soil_nitrat_10m_b1_COG_overview": {
"href": "https://hub-fairicube0.s3.eu-central-1.amazonaws.com/data/web/luxembourg/soil_nitrat_10m_b1_COG.tif",
"roles": [
"overview"
]
}
},
"bbox": [
6.069104443926092,
49.56094657618465,
6.203715071874704,
49.65484833240523
],
"stac_extensions": [
"https://stac-extensions.github.io/raster/v1.1.0/schema.json",
"https://stac-extensions.github.io/datacube/v2.0.0/schema.json",
"https://stac-extensions.github.io/example-links/v0.0.1/schema.json"
]
}

0 comments on commit dcd2ff2

Please sign in to comment.