forked from crismaproject/worldstate-analysis-widgets
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
#9 heatwave population impact examples
- Loading branch information
1 parent
aed5db4
commit f4d5c31
Showing
5 changed files
with
680 additions
and
1 deletion.
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
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 |
---|---|---|
@@ -0,0 +1,10 @@ | ||
{ | ||
"elements": { | ||
"indicator-band": { | ||
"attributes": { | ||
"criteria-function": {} | ||
} | ||
} | ||
}, | ||
"attributes": {} | ||
} |
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 |
---|---|---|
@@ -0,0 +1,76 @@ | ||
[ | ||
{ | ||
"name": "Population HW Impact Criteria Function", | ||
"criteriaFunctions": [ | ||
{ | ||
"indicator": "Fatigue, discomfort", | ||
"lowerBoundary": { | ||
"criteriaValue": 0, | ||
"indicatorValue": 0 | ||
}, | ||
"upperBoundary": { | ||
"criteriaValue": 100, | ||
"indicatorValue": 0 | ||
}, | ||
"intervals": [ | ||
] | ||
}, | ||
{ | ||
"indicator": "Heat cramps, heat exhaustion", | ||
"lowerBoundary": { | ||
"criteriaValue": 0, | ||
"indicatorValue": 0 | ||
}, | ||
"upperBoundary": { | ||
"criteriaValue": 100, | ||
"indicatorValue": 0 | ||
}, | ||
"intervals": [ | ||
] | ||
}, | ||
{ | ||
"indicator": "Heat cramps, heatstroke", | ||
"lowerBoundary": { | ||
"criteriaValue": 0, | ||
"indicatorValue": 25 | ||
}, | ||
"upperBoundary": { | ||
"criteriaValue": 100, | ||
"indicatorValue": 0 | ||
}, | ||
"intervals": [ | ||
] | ||
}, | ||
{ | ||
"indicator": "Heatstroke, sunstroke", | ||
"lowerBoundary": { | ||
"criteriaValue": 0, | ||
"indicatorValue": 0 | ||
}, | ||
"upperBoundary": { | ||
"criteriaValue": 100, | ||
"indicatorValue": 0 | ||
}, | ||
"intervals": [ | ||
] | ||
}, | ||
{ | ||
"indicator": "Death", | ||
"lowerBoundary": { | ||
"criteriaValue": 0, | ||
"indicatorValue": 100 | ||
}, | ||
"upperBoundary": { | ||
"criteriaValue": 100, | ||
"indicatorValue": 0 | ||
}, | ||
"intervals": [ | ||
{ | ||
"criteriaValue": 50, | ||
"indicatorValue": 50 | ||
} | ||
] | ||
} | ||
] | ||
} | ||
] |
Oops, something went wrong.