Created
July 6, 2023 21:05
-
-
Save maxwell-oroark/0a7224337fc3b622e74e300e4f37bc38 to your computer and use it in GitHub Desktop.
dataset definition v2
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
{ | |
"id": f"sem-hotspots", | |
"name": "SEM hotspots", | |
"description": "Percentage of walking path SEM CH4 measurements over ppm within site boundary", | |
"category": "Methane", | |
"imageUrl": "/dataset-thumbnail.png", | |
"daily": { | |
"layerType": "geojson", | |
"vis": { | |
"type": "threshold", | |
"domain": [5, 10, 15], | |
"range": ALERT_PALETTE, | |
}, | |
"timeline_metrics": [ | |
{ | |
"key": "emission_rate", | |
"prefix": "some units", | |
"suffix": "some units", | |
"description": "some description", | |
"increase_sentiment": "negative", | |
"aggregation": "avg", | |
}, | |
{ | |
"key": "uncertainty", | |
"prefix": "+-", | |
"suffix": "%", | |
"description": "some description", | |
"increase_sentiment": "negative", | |
"aggregation": "avg", | |
}, | |
], | |
"map_metrics": [ | |
{ | |
"key": "emission_rate_avg_hex", | |
"prefix": "some units", | |
"suffix": "some units", | |
"description": "some description", | |
"increase_sentiment": "negative", | |
"aggregation": "avg", | |
}, | |
{ | |
"key": "emission_rate_avg_hex_uncertainty", | |
"prefix": "+-", | |
"suffix": "%", | |
"description": "some description", | |
"increase_sentiment": "negative", | |
"aggregation": "avg", | |
}, | |
], | |
}, | |
"monthly": {}, | |
"yearly": {}, | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment