Last active
May 30, 2024 12:37
-
-
Save emileten/e8e150b5504ceef99f7aa94d58dcb500 to your computer and use it in GitHub Desktop.
test-json
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
{ | |
"type": "FeatureCollection", | |
"features": [ | |
{ | |
"type": "Feature", | |
"properties": { | |
"asset_class": "IndustrialActivity", | |
"type": "Construction", | |
"location": "Asia" | |
}, | |
"geometry": { | |
"type": "Point", | |
"coordinates": [24.0426, 91.0158] | |
} | |
} | |
], | |
"properties": { | |
"include_asset_level": true, | |
"include_calc_details": true, | |
"include_measures": true, | |
"years": [ | |
2070 | |
], | |
"scenarios": [ | |
"ssp585" | |
] | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment