-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
5d76481
commit afc5909
Showing
1 changed file
with
43 additions
and
22 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
} | ||
] | ||
} | ||
] | ||
} | ||
] | ||
} |