Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merge trial_math into main #20

Merged
merged 21 commits into from
Sep 18, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions current/catalog.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,12 +52,6 @@
"type": "application/json",
"title": "Coastal flood risk"
},
{
"rel": "child",
"href": "./cm/collection.json",
"type": "application/json",
"title": "Coastal mask"
},
{
"rel": "child",
"href": "./smd/collection.json",
Expand Down Expand Up @@ -87,6 +81,12 @@
"href": "./coastal-mask/collection.json",
"type": "application/json",
"title": "Coastal Mask"
},
{
"rel": "child",
"href": "./slp6_pilot/collection.json",
"type": "application/json",
"title": "Sea level projections"
}
],
"assets": {
Expand Down
270 changes: 252 additions & 18 deletions current/cfr/collection.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,251 @@
"type": "Collection",
"id": "cfr",
"stac_version": "1.0.0",
"description": "Dataset presenting the results of a European coastal flood risk assessment (present till 2100), incorporating impacts of climate change scenarios (RCP4.5 and RCP8.5) and different socio-economic pathways (SSP1, SSP3 and SSP5). Outcomes are expressed in Expected Annual Damage (EAD), EAD per Gross Domestic Product (EAD_GDP) and the Expected Annual number of People Affected (AEPA) per NUTS0 region (country) and are available for the years 2000, 2050 and 2100. This dataset is part of the [LISCOAST](https://data.jrc.ec.europa.eu/collection/LISCOAST) project. See this [article](https://doi.org/10.1038/s41558-018-0260-4) for more dataset-specific information.",
"description": "Dataset presenting the results of a European coastal flood risk assessment (present till 2100), incorporating impacts of climate change scenarios (RCP4.5 and RCP8.5) and different socio-economic pathways (SSP1, SSP3 and SSP5). Outcomes are expressed in Expected Annual Damage (EAD), EAD per Gross Domestic Product (EAD_GDP) and the Expected Annual number of People Affected (AEPA) per NUTS0 region (country) and are available for the years 2000, 2050 and 2100. This dataset is part of the [LISCOAST](https://data.jrc.ec.europa.eu/collection/LISCOAST) project. See this [article](https://doi.org/10.1038/s41558-018-0260-4) for more dataset-specific information. ",
"links": [
{
"rel": "item",
"href": "./nuts0-regions/nuts0-regions.json",
"href": "./ead-mapbox/ead-mapbox-scenarios-RCP4.5-SSP1-time-2000.json",
"type": "application/json",
"title": "nuts0-regions",
"properties": {
"scenarios": "RCP4.5-SSP1",
"time": 2000
}
},
{
"rel": "item",
"href": "./ead-mapbox/ead-mapbox-scenarios-RCP4.5-SSP1-time-2050.json",
"type": "application/json",
"properties": {
"scenarios": "RCP4.5-SSP1",
"time": 2050
}
},
{
"rel": "item",
"href": "./ead-mapbox/ead-mapbox-scenarios-RCP4.5-SSP1-time-2100.json",
"type": "application/json",
"properties": {
"scenarios": "RCP4.5-SSP1",
"time": 2100
}
},
{
"rel": "item",
"href": "./ead-mapbox/ead-mapbox-scenarios-RCP8.5-SSP3-time-2000.json",
"type": "application/json",
"properties": {
"scenarios": "RCP8.5-SSP3",
"time": 2000
}
},
{
"rel": "item",
"href": "./ead-mapbox/ead-mapbox-scenarios-RCP8.5-SSP3-time-2050.json",
"type": "application/json",
"properties": {
"scenarios": "RCP8.5-SSP3",
"time": 2050
}
},
{
"rel": "item",
"href": "./ead-mapbox/ead-mapbox-scenarios-RCP8.5-SSP3-time-2100.json",
"type": "application/json",
"properties": {
"scenarios": "RCP8.5-SSP3",
"time": 2100
}
},
{
"rel": "item",
"href": "./ead-mapbox/ead-mapbox-scenarios-RCP8.5-SSP5-time-2000.json",
"type": "application/json",
"properties": {
"scenarios": "RCP8.5-SSP5",
"time": 2000
}
},
{
"rel": "item",
"href": "./ead-mapbox/ead-mapbox-scenarios-RCP8.5-SSP5-time-2050.json",
"type": "application/json",
"properties": {
"scenarios": "RCP8.5-SSP5",
"time": 2050
}
},
{
"rel": "item",
"href": "./ead-mapbox/ead-mapbox-scenarios-RCP8.5-SSP5-time-2100.json",
"type": "application/json",
"properties": {
"scenarios": "RCP8.5-SSP5",
"time": 2100
}
},
{
"rel": "item",
"href": "./ead_gdp-mapbox/ead_gdp-mapbox-scenarios-RCP4.5-SSP1-time-2000.json",
"type": "application/json",
"properties": {
"scenarios": "RCP4.5-SSP1",
"time": 2000
}
},
{
"rel": "item",
"href": "./ead_gdp-mapbox/ead_gdp-mapbox-scenarios-RCP4.5-SSP1-time-2050.json",
"type": "application/json",
"properties": {
"scenarios": "RCP4.5-SSP1",
"time": 2050
}
},
{
"rel": "item",
"href": "./ead_gdp-mapbox/ead_gdp-mapbox-scenarios-RCP4.5-SSP1-time-2100.json",
"type": "application/json",
"properties": {
"scenarios": "RCP4.5-SSP1",
"time": 2100
}
},
{
"rel": "item",
"href": "./ead_gdp-mapbox/ead_gdp-mapbox-scenarios-RCP8.5-SSP3-time-2000.json",
"type": "application/json",
"properties": {
"scenarios": "RCP8.5-SSP3",
"time": 2000
}
},
{
"rel": "item",
"href": "./ead_gdp-mapbox/ead_gdp-mapbox-scenarios-RCP8.5-SSP3-time-2050.json",
"type": "application/json",
"properties": {
"scenarios": "RCP8.5-SSP3",
"time": 2050
}
},
{
"rel": "item",
"href": "./ead_gdp-mapbox/ead_gdp-mapbox-scenarios-RCP8.5-SSP3-time-2100.json",
"type": "application/json",
"properties": {
"scenarios": "RCP8.5-SSP3",
"time": 2100
}
},
{
"rel": "item",
"href": "./ead_gdp-mapbox/ead_gdp-mapbox-scenarios-RCP8.5-SSP5-time-2000.json",
"type": "application/json",
"properties": {
"scenarios": "RCP8.5-SSP5",
"time": 2000
}
},
{
"rel": "item",
"href": "./ead_gdp-mapbox/ead_gdp-mapbox-scenarios-RCP8.5-SSP5-time-2050.json",
"type": "application/json",
"properties": {
"scenarios": "RCP8.5-SSP5",
"time": 2050
}
},
{
"rel": "item",
"href": "./ead_gdp-mapbox/ead_gdp-mapbox-scenarios-RCP8.5-SSP5-time-2100.json",
"type": "application/json",
"properties": {
"scenarios": "RCP8.5-SSP5",
"time": 2100
}
},
{
"rel": "item",
"href": "./eapa-mapbox/eapa-mapbox-scenarios-RCP4.5-SSP1-time-2000.json",
"type": "application/json",
"properties": {
"scenarios": "RCP4.5-SSP1",
"time": 2000
}
},
{
"rel": "item",
"href": "./eapa-mapbox/eapa-mapbox-scenarios-RCP4.5-SSP1-time-2050.json",
"type": "application/json",
"properties": {
"scenarios": "RCP4.5-SSP1",
"time": 2050
}
},
{
"rel": "item",
"href": "./eapa-mapbox/eapa-mapbox-scenarios-RCP4.5-SSP1-time-2100.json",
"type": "application/json",
"properties": {
"scenarios": "RCP4.5-SSP1",
"time": 2100
}
},
{
"rel": "item",
"href": "./eapa-mapbox/eapa-mapbox-scenarios-RCP8.5-SSP3-time-2000.json",
"type": "application/json",
"properties": {
"scenarios": "RCP8.5-SSP3",
"time": 2000
}
},
{
"rel": "item",
"href": "./eapa-mapbox/eapa-mapbox-scenarios-RCP8.5-SSP3-time-2050.json",
"type": "application/json",
"properties": {
"scenarios": "RCP8.5-SSP3",
"time": 2050
}
},
{
"rel": "item",
"href": "./eapa-mapbox/eapa-mapbox-scenarios-RCP8.5-SSP3-time-2100.json",
"type": "application/json",
"properties": {
"scenarios": "RCP8.5-SSP3",
"time": 2100
}
},
{
"rel": "item",
"href": "./eapa-mapbox/eapa-mapbox-scenarios-RCP8.5-SSP5-time-2000.json",
"type": "application/json",
"properties": {
"scenarios": "RCP8.5-SSP5",
"time": 2000
}
},
{
"rel": "item",
"href": "./eapa-mapbox/eapa-mapbox-scenarios-RCP8.5-SSP5-time-2050.json",
"type": "application/json",
"properties": {
"scenarios": "RCP8.5-SSP5",
"time": 2050
}
},
{
"rel": "item",
"href": "./eapa-mapbox/eapa-mapbox-scenarios-RCP8.5-SSP5-time-2100.json",
"type": "application/json",
"properties": {
"scenarios": "RCP8.5-SSP5",
"time": 2100
}
},
{
"rel": "root",
"href": "../catalog.json",
Expand All @@ -28,11 +261,12 @@
}
],
"stac_extensions": [
"https://raw.githubusercontent.com/openearth/coclicodata/main/json-schema/schema.json",
"https://stac-extensions.github.io/datacube/v2.0.0/schema.json"
"https://raw.githubusercontent.com/openearth/coclicodata/feat/update-deltares-stac-properties/json-schema/schema.json",
"https://stac-extensions.github.io/datacube/v2.0.0/schema.json",
"https://raw.githubusercontent.com/openearth/coclicodata/main/json-schema/schema.json"
],
"deltares:units": "m",
"deltares:plotSeries": "scenarios",
"deltares:plotSeries": "scenario",
"deltares:plotxAxis": "time",
"deltares:plotType": "line",
"deltares:min": 0,
Expand All @@ -54,12 +288,11 @@
"opacity": 100
}
],
"units": "m",
"cube:dimensions": {
"time": {
"extent": [
"2000",
"2100"
"2000-01-01T00:00:00Z",
"2100-01-01T00:00:00Z"
],
"description": "time",
"type": "temporal"
Expand All @@ -72,7 +305,7 @@
],
"description": "longitude of the centroid of NUTS0",
"reference_system": {
"$schema": "https://proj.org/schemas/v0.4/projjson.schema.json",
"$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
"type": "GeographicCRS",
"name": "WGS 84",
"datum_ensemble": {
Expand Down Expand Up @@ -179,7 +412,7 @@
],
"description": "latitude of the centroid of NUTS0",
"reference_system": {
"$schema": "https://proj.org/schemas/v0.4/projjson.schema.json",
"$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
"type": "GeographicCRS",
"name": "WGS 84",
"datum_ensemble": {
Expand Down Expand Up @@ -296,7 +529,7 @@
"stations",
"time"
],
"unit": "annual damage (1e12 euro)",
"unit": "1e12",
"attrs": {
"End_date": "2099-12-31",
"Starting_date": "1980-12-31",
Expand All @@ -323,7 +556,7 @@
"stations",
"time"
],
"unit": "annual damage (share of GDP)",
"unit": "1",
"attrs": {
"End_date": "2099-12-31",
"Starting_date": "1980-12-31",
Expand All @@ -350,7 +583,7 @@
"stations",
"time"
],
"unit": "people affected (1e3)",
"unit": "1e3",
"attrs": {
"End_date": "2099-12-31",
"Starting_date": "1980-12-31",
Expand Down Expand Up @@ -428,7 +661,6 @@
]
}
},
"plotSeries": "scenario",
"title": "Coastal flood risk",
"extent": {
"spatial": {
Expand All @@ -451,9 +683,6 @@
}
},
"license": "proprietary",
"keywords": [
"CoCliCo"
],
"providers": [
{
"name": "Deltares",
Expand Down Expand Up @@ -487,6 +716,11 @@
"zarr-root",
"gcs"
]
},
"thumbnail": {
"href": "https://storage.googleapis.com/dgds-data-public/coclico/assets/thumbnails/PngItem_551044.png",
"type": "image/png",
"title": "Thumbnail"
}
}
}
Loading