Skip to content

Commit

Permalink
push changes
Browse files Browse the repository at this point in the history
  • Loading branch information
nathaliedees committed Jul 16, 2024
1 parent 22a6f40 commit ffba964
Show file tree
Hide file tree
Showing 18 changed files with 3,418 additions and 2,636 deletions.
118 changes: 118 additions & 0 deletions STAC/data/current/SPMN/collection.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,118 @@
{
"type": "Collection",
"id": "SPMN",
"stac_version": "1.0.0",
"description": "Merkens et al. 2016 regionalised the population projection of the SSP-Database. The produced grids have a spatial resolution of 30*30 arcsecond (approx. 1 km at the equator) and represent the population count per cell. A detailed description of the methods is given in the reference below.",
"links": [
{
"rel": "license",
"href": "https://coclicoservices.eu/legal/",
"type": "text/html",
"title": "ODbL-1.0 License"
},
{
"rel": "item",
"href": "./items/mild/2050.json",
"type": "application/json"
},
{
"rel": "item",
"href": "./items/mild/2100.json",
"type": "application/json"
},
{
"rel": "item",
"href": "./items/sterk/2050.json",
"type": "application/json"
},
{
"rel": "item",
"href": "./items/sterk/2100.json",
"type": "application/json"
},
{
"rel": "root",
"href": "../catalog.json",
"type": "application/json",
"title": "GlobalCoastalAtlas STAC Catalog"
},
{
"rel": "parent",
"href": "../catalog.json",
"type": "application/json",
"title": "GlobalCoastalAtlas STAC Catalog"
}
],
"stac_extensions": [
"https://stac-extensions.github.io/item-assets/v1.0.0/schema.json"
],
"item_assets": {
"data": {
"type": "image/tiff; application=geotiff; profile=cloud-optimized",
"title": "Gridded population projections for the coastal zone under the Shared Socioeconomic Pathways",
"roles": [
"data"
],
"description": "Merkens et al. 2016 regionalised the population projection of the SSP-Database. The produced grids have a spatial resolution of 30*30 arcsecond (approx. 1 km at the equator) and represent the population count per cell. A detailed description of the methods is given in the reference below.",
"xarray:storage_options": {
"token": "google_default"
}
}
},
"deltares:units": "meters",
"deltares:plot_type": "line",
"deltares:min": 0,
"deltares:max": 3,
"title": "Subsidence Prediction Maps of the Netherlands",
"extent": {
"spatial": {
"bbox": [
[
3.046475572606294,
50.66829922298128,
7.275164088626112,
53.610055523835456
]
]
},
"temporal": {
"interval": [
[
"2022-02-22T00:00:00Z",
"2022-02-22T00:00:00Z"
]
]
}
},
"license": "CC-BY-4.0",
"keywords": [
"Projection",
"Europe",
"Deltares",
"Cloud Optimized GeoTIFF"
],
"providers": [
{
"name": "Deltares",
"roles": [
"processor",
"host"
],
"url": "https://deltares.nl"
},
{
"name": "Geographisches Institut, Kiel University",
"roles": [
"producer"
],
"url": "www.uni-kiel.de"
}
],
"assets": {
"thumbnail": {
"href": "https://storage.googleapis.com/dgds-data-public/coclico/assets/thumbnails/SPMN.png",
"type": "image/png",
"title": "Thumbnail"
}
}
}
140 changes: 140 additions & 0 deletions STAC/data/current/SPMN/items/Mild/2050.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,140 @@
{
"type": "Feature",
"stac_version": "1.0.0",
"id": "mild/2050.tif",
"properties": {
"created": "2024-07-16T12:41:14.930721Z",
"proj:bbox": [
0.0,
299900.0,
280000.0,
624900.0
],
"proj:shape": [
2800,
3250
],
"proj:epsg": 28992,
"proj:geometry": {
"type": "Polygon",
"coordinates": [
[
[
280000.0,
299900.0
],
[
280000.0,
624900.0
],
[
0.0,
624900.0
],
[
0.0,
299900.0
],
[
280000.0,
299900.0
]
]
]
},
"proj:transform": [
100.0,
0.0,
0.0,
0.0,
-100.0,
624900.0
],
"deltares:item_key": "mild/2050.tif",
"datetime": "2022-02-22T00:00:00Z"
},
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
7.275164088626112,
50.66829922298128
],
[
7.275164088626112,
53.610055523835456
],
[
3.046475572606294,
53.610055523835456
],
[
3.046475572606294,
50.66829922298128
],
[
7.275164088626112,
50.66829922298128
]
]
]
},
"links": [
{
"rel": "collection",
"href": "../../collection.json",
"type": "application/json",
"title": "Subsidence Prediction Maps of the Netherlands"
},
{
"rel": "root",
"href": "../../../catalog.json",
"type": "application/json",
"title": "GlobalCoastalAtlas STAC Catalog"
},
{
"rel": "parent",
"href": "../../collection.json",
"type": "application/json",
"title": "Subsidence Prediction Maps of the Netherlands"
}
],
"assets": {
"band_data": {
"href": "https://storage.googleapis.com/dgds-data-public/gca/Land_subsidence_prediction_maps_updated/mild/2050.tif",
"type": "image/tiff; application=geotiff; profile=cloud-optimized",
"title": "band_data",
"file:size": 18203783,
"raster:bands": [
{
"nodata": NaN,
"data_type": "float32",
"spatial_resolution": 30
}
],
"eo:bands": [
{
"name": "band_data",
"description": "POP_SSPs"
}
],
"roles": [
"data"
]
}
},
"bbox": [
3.046475572606294,
50.66829922298128,
7.275164088626112,
53.610055523835456
],
"stac_extensions": [
"https://stac-extensions.github.io/projection/v1.1.0/schema.json",
"https://stac-extensions.github.io/file/v2.1.0/schema.json",
"https://stac-extensions.github.io/raster/v1.1.0/schema.json",
"https://stac-extensions.github.io/eo/v1.1.0/schema.json"
],
"collection": "SPMN"
}
Loading

0 comments on commit ffba964

Please sign in to comment.