Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
EtienneKras committed Sep 29, 2023
2 parents 3ea6060 + ad3d9eb commit 53dcb55
Show file tree
Hide file tree
Showing 10 changed files with 29 additions and 35 deletions.
2 changes: 1 addition & 1 deletion ci/convert.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

branch = environ.get("GITHUB_REF_NAME", "live")

href = "https://raw.githubusercontent.com/openearth/coclicodata/live/current/"
href = "https://raw.githubusercontent.com/openearth/coclicodata/live/current"

collection = Catalog.from_file("./current/catalog.json")
collection.describe()
Expand Down
35 changes: 4 additions & 31 deletions current/catalog.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,36 +46,6 @@
"type": "application/json",
"title": "Cost benefit coastal adaptation"
},
{
"rel": "child",
"href": "./coastal-mask/collection.json",
"type": "application/json",
"title": "Coastal Mask"
},
{
"rel": "child",
"href": "./smd/collection.json",
"type": "application/json",
"title": "Global shoreline morphodynamics"
},
{
"rel": "child",
"href": "./cisi/collection.json",
"type": "application/json",
"title": "Critical Infrastructure Spatial Index"
},
{
"rel": "child",
"href": "./slp5/collection.json",
"type": "application/json",
"title": "AR5 sea level rise projections"
},
{
"rel": "child",
"href": "./slp6/collection.json",
"type": "application/json",
"title": "AR6 sea level rise projections"
},
{
"rel": "child",
"href": "./cfr/collection.json",
Expand All @@ -102,7 +72,10 @@
},
"summaries": {
"keywords": [
"CoCliCo"
"Sea Levels",
"Natural Hazards",
"Exposure & Vulnerability",
"Risk & Adaptation"
]
},
"extent": {
Expand Down
3 changes: 3 additions & 0 deletions current/cbca/collection.json
Original file line number Diff line number Diff line change
Expand Up @@ -438,6 +438,9 @@
}
},
"license": "proprietary",
"keywords": [
"Risk & Adaptation"
],
"providers": [
{
"name": "Deltares",
Expand Down
3 changes: 3 additions & 0 deletions current/cfr/collection.json
Original file line number Diff line number Diff line change
Expand Up @@ -450,6 +450,9 @@
}
},
"license": "proprietary",
"keywords": [
"Risk & Adaptation"
],
"providers": [
{
"name": "Deltares",
Expand Down
3 changes: 3 additions & 0 deletions current/eesl/collection.json
Original file line number Diff line number Diff line change
Expand Up @@ -792,6 +792,9 @@
}
},
"license": "proprietary",
"keywords": [
"Sea Levels"
],
"providers": [
{
"name": "Deltares",
Expand Down
4 changes: 2 additions & 2 deletions current/floodmaps/collection.json
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@
},
"license": "proprietary",
"keywords": [
"CoCliCo"
"Natural Hazards"
],
"providers": [
{
Expand All @@ -148,7 +148,7 @@
"4.0"
]
},
"assets": {
"assets": {
"thumbnail": {
"href": "https://storage.googleapis.com/dgds-data-public/coclico/assets/thumbnails/floodmaps.png",
"type": "image/png",
Expand Down
3 changes: 3 additions & 0 deletions current/sc/collection.json
Original file line number Diff line number Diff line change
Expand Up @@ -504,6 +504,9 @@
}
},
"license": "proprietary",
"keywords": [
"Natural Hazards"
],
"providers": [
{
"name": "Deltares",
Expand Down
5 changes: 4 additions & 1 deletion current/slp6_pilot/collection.json
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@
"https://raw.githubusercontent.com/openearth/coclicodata/main/json-schema/schema.json"
],
"deltares:units": "m",
"deltares:plotSeries": "slr",
"deltares:plotSeries": "scenarios",
"deltares:plotxAxis": "time",
"deltares:plotType": "line",
"deltares:min": 0,
Expand Down Expand Up @@ -335,6 +335,9 @@
}
},
"license": "proprietary",
"keywords": [
"Sea Levels"
],
"providers": [
{
"name": "Deltares",
Expand Down
3 changes: 3 additions & 0 deletions current/ssl/collection.json
Original file line number Diff line number Diff line change
Expand Up @@ -585,6 +585,9 @@
}
},
"license": "proprietary",
"keywords": [
"Sea Levels"
],
"providers": [
{
"name": "Deltares",
Expand Down
3 changes: 3 additions & 0 deletions current/wef/collection.json
Original file line number Diff line number Diff line change
Expand Up @@ -1161,6 +1161,9 @@
}
},
"license": "proprietary",
"keywords": [
"Sea Levels"
],
"providers": [
{
"name": "Deltares",
Expand Down

0 comments on commit 53dcb55

Please sign in to comment.