-
Notifications
You must be signed in to change notification settings - Fork 149
Closed
Description
There should be an easy way to get damages per event and region_id.
There are many ways to implement this, but all of them come with a price on calculation and/or memory. From a discussion on Slack a vague plan emerged to
- introduce an additional method in
Impactthat provides this kind of aggregation - introduce an additional argument in the
ImpactCalc.impactmethod that indicates how/whether to persist the aggregation result within theImpactobject.