Skip to content

Instantly share code, notes, and snippets.

@emileten
Last active May 30, 2024 12:37
Show Gist options
  • Save emileten/e8e150b5504ceef99f7aa94d58dcb500 to your computer and use it in GitHub Desktop.
Save emileten/e8e150b5504ceef99f7aa94d58dcb500 to your computer and use it in GitHub Desktop.
test-json
Display the source blob
Display the rendered blob
Raw
{
"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