-
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
feat(frontend): aggregated risk map layer (risk hotspots) #39
Conversation
762bcc0
to
a85b3b5
Compare
d320042
to
eaecf97
Compare
frontend/src/state/data-params.ts
Outdated
...HAZARD_DOMAINS, | ||
...RISK_DOMAINS, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This overwrites hazard params, when RISK_DOMAINS
keys are the same as HAZARD_DOMAINS
keys.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
For now, I've simplified RISKS_DOMAINS
to a single risks
parameter group.
838ddb4
to
a217931
Compare
ea9c6ed
to
9531af2
Compare
9531af2
to
caddfb8
Compare
4454c8f
to
e3867a3
Compare
21b8a08
to
7d032b7
Compare
7d032b7
to
9566095
Compare
8b39970
to
da7b617
Compare
da7b617
to
82f4d53
Compare
36a1f36
to
5d36ecb
Compare
5d36ecb
to
ddb5d3a
Compare
New raster layer showing aggregated risk values for: - variables: "exposure value", "population affected", "loss GDP", "demand affected". - hazards: "none", cyclone, "all flooding". Includes: - New aggregated risk map layer and params in `src/state/layers/modules/risks`. - New config in `src/config/risks`. Parameters defined in `src/config/risks/domains`. - New sidebar controls in `src/sidebar/risks`. - New legends and tooltips in `src/config/risks`. - Makes a start on generic formats for data values eg. financial or population.
ddb5d3a
to
68e5157
Compare
New raster layer showing aggregated risk values for:
Includes:
src/state/layers/modules/risks
.src/config/risks
. Parameters defined insrc/config/risks/domains
.src/sidebar/risks
.src/config/risks
.