Skip to content

Instantly share code, notes, and snippets.

@maxwell-oroark
Created July 6, 2023 21:05
Show Gist options
  • Save maxwell-oroark/0a7224337fc3b622e74e300e4f37bc38 to your computer and use it in GitHub Desktop.
Save maxwell-oroark/0a7224337fc3b622e74e300e4f37bc38 to your computer and use it in GitHub Desktop.
dataset definition v2
{
"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