-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add hotspots visualisation layer #8
Comments
For each infrastructure sector / hazard scenario combination, we could aggregate values for EAD and EAEL (both min/mean/max)
As a first suggestion, this could be the level of detail to calculate and visualise:
Spatial resolution is open for discussion. Suggest a 1km grid in projected space (Jamaica Metric Grid - EPSG:3448). Smoothing or kernel density estimation is also up for discussion. Suggest start by looking at the outputs with no smoothing, as this is a relatively coarse grid and direct aggregation is simple to interpret/explain. |
After some discussion today, the next proposal is to do something smaller, but with an additional focus on pure exposure (distribution of value/use alone), where the first three variables are independent of hazards, and then risk is aggregated for present/baseline conditions only:
Resolution 1km and no smoothing is fine to start, will need visual examination for legibility and check that e.g. small concentrations along the coast show up well. |
I've got a branch in #39 that mocks up how this might work in the frontend. Variable is chosen from a select menu, hazard from radio buttons. I've still got menus for epoch and RCP but those can be removed. Variable + hazard combination maps to a raster layer with legend and tooltips, like the existing hazard raster layers. |
To add as a raster layer (set of layers). Absolute minimum would be current/baseline/aggregated total risk (EAD+EAEL - expected annual damages plus expected annual economic losses).
TODO:
The text was updated successfully, but these errors were encountered: