Skip to content

Commit

Permalink
feat: updating collections and indicators
Browse files Browse the repository at this point in the history
  • Loading branch information
santilland committed Feb 21, 2025
1 parent afc5909 commit 9c17160
Show file tree
Hide file tree
Showing 5 changed files with 134 additions and 4 deletions.
2 changes: 1 addition & 1 deletion catalogs/gtif-austria.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ endpoint: "https://gtif-austria.github.io/public-catalog/GTIF-Austria/"
default_base_layers: "layers/baselayers"
default_overlay_layers: "layers/overlays"
collections:
- LULUCF_land_use
- LULUCF_land_use_indicator
76 changes: 74 additions & 2 deletions json_collections/LULUCF_land_use.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"Name": "land_use",
"Title": "Land Use, Land Use Change and Forestry (LULUCF)",
"Title": "LULUCF Time Series",
"EodashIdentifier": "LULUCF",
"Description": "TBD",
"Themes": [
Expand Down Expand Up @@ -29,12 +29,84 @@
48.9
],
"TimeEntries": [
{
"Time": "2015",
"Assets": [
{
"Identifier": "LULUCF",
"File": "https://eox-gtif-public.s3.eu-central-1.amazonaws.com/LULUCF/GHG-KIT_LULUCF_AD_2015_Austria_hrmsd_3857_COG.tif"
}
]
},
{
"Time": "2016",
"Assets": [
{
"Identifier": "LULUCF",
"File": "https://eox-gtif-public.s3.eu-central-1.amazonaws.com/LULUCF/GHG-KIT_LULUCF_AD_2016_Austria_hrmsd_3857_COG.tif"
}
]
},
{
"Time": "2017",
"Assets": [
{
"Identifier": "LULUCF",
"File": "https://eox-gtif-public.s3.eu-central-1.amazonaws.com/LULUCF/GHG-KIT_LULUCF_AD_2017_Austria_hrmsd_3857_COG.tif"
}
]
},
{
"Time": "2018",
"Assets": [
{
"Identifier": "LULUCF",
"File": "https://eox-gtif-public.s3.eu-central-1.amazonaws.com/HeatAdapt/update/LULUCF_2018_AT_70m_3857_rendered.tif"
"File": "https://eox-gtif-public.s3.eu-central-1.amazonaws.com/LULUCF/GHG-KIT_LULUCF_AD_2018_Austria_hrmsd_3857_COG.tif"
}
]
},
{
"Time": "2019",
"Assets": [
{
"Identifier": "LULUCF",
"File": "https://eox-gtif-public.s3.eu-central-1.amazonaws.com/LULUCF/GHG-KIT_LULUCF_AD_2019_Austria_hrmsd_3857_COG.tif"
}
]
},
{
"Time": "2020",
"Assets": [
{
"Identifier": "LULUCF",
"File": "https://eox-gtif-public.s3.eu-central-1.amazonaws.com/LULUCF/GHG-KIT_LULUCF_AD_2020_Austria_hrmsd_3857_COG.tif"
}
]
},
{
"Time": "2021",
"Assets": [
{
"Identifier": "LULUCF",
"File": "https://eox-gtif-public.s3.eu-central-1.amazonaws.com/LULUCF/GHG-KIT_LULUCF_AD_2021_Austria_hrmsd_3857_COG.tif"
}
]
},
{
"Time": "2022",
"Assets": [
{
"Identifier": "LULUCF",
"File": "https://eox-gtif-public.s3.eu-central-1.amazonaws.com/LULUCF/GHG-KIT_LULUCF_AD_2022_Austria_hrmsd_3857_COG.tif"
}
]
}
{
"Time": "2023",
"Assets": [
{
"Identifier": "LULUCF",
"File": "https://eox-gtif-public.s3.eu-central-1.amazonaws.com/LULUCF/GHG-KIT_LULUCF_AD_2023_Austria_hrmsd_3857_COG.tif"
}
]
}
Expand Down
44 changes: 44 additions & 0 deletions json_collections/NUTS2_AT.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,44 @@
{
"Name": "NUTS2_AT",
"Title": "NUTS2 Austria (Gemeinden)",
"EodashIdentifier": "NUTS2_AT",
"Description": "NUTS2 Statistik Austria 2016",
"Themes": [
"TBD"
],
"Tags": [
"land use"
],
"DataSource": {
"Spaceborne": {
"Satellite": [
"Combined"
]
}
},
"Agency": [
"None"
],
"Resources": [
{
"Name": "FlatGeobuf source",
"Bbox": [
11,
46.5,
15.5,
48.9
],
"TimeEntries": [
{
"Time": "2016",
"Assets": [
{
"Identifier": "NUTS2_AT",
"File": "https://eox-gtif-public.s3.eu-central-1.amazonaws.com/LULUCF/NUTS2_AT.fgb"
}
]
}
]
}
]
}
15 changes: 15 additions & 0 deletions json_indicators/LULUCF_land_use_indicator.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
"Name": "land_use",
"Title": "Land Use, Land Use Change and Forestry (LULUCF)",
"EodashIdentifier": "LULUCF_indicator",
"Description": "TBD",
"CollectionGroup": "Capabilities",
"Attribution": "Developed within FFG project GHG-KIT [contract #FO999893432] https://ghg-kit.at/",
"Themes": [
"Land"
],
"Collections": [
"NUTS2_AT",
"LULUCF_land_use"
]
}
1 change: 0 additions & 1 deletion json_indicators/test.json

This file was deleted.

0 comments on commit 9c17160

Please sign in to comment.