Skip to content

Commit

Permalink
fix: updating collection definition
Browse files Browse the repository at this point in the history
  • Loading branch information
santilland committed Feb 18, 2025
1 parent 5d76481 commit afc5909
Showing 1 changed file with 43 additions and 22 deletions.
65 changes: 43 additions & 22 deletions json_collections/LULUCF_land_use.json
Original file line number Diff line number Diff line change
@@ -1,23 +1,44 @@
{
"Agency": [
"ESA"
],
"Resources": [
{
"Name": "COG source",
"Style": "test_assets/cog_style.json",
"Bbox": [11, 46.5, 15.5, 48.9],
"TimeEntries": [
{
"Time": "2023",
"Assets": [
{
"Identifier": "solar_power",
"File": "https://eox-gtif-public.s3.eu-central-1.amazonaws.com/DHI/v2/SolarPowerPotential_Annual_COG_clipped_3857_fixed.tif"
}
]
}
]
}
]
}
"Name": "land_use",
"Title": "Land Use, Land Use Change and Forestry (LULUCF)",
"EodashIdentifier": "LULUCF",
"Description": "TBD",
"Themes": [
"TBD"
],
"Tags": [
"land use"
],
"DataSource": {
"Spaceborne": {
"Satellite": [
"Combined"
]
}
},
"Agency": [
"None"
],
"Resources": [
{
"Name": "COG source",
"Bbox": [
11,
46.5,
15.5,
48.9
],
"TimeEntries": [
{
"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"
}
]
}
]
}
]
}

0 comments on commit afc5909

Please sign in to comment.