-
Notifications
You must be signed in to change notification settings - Fork 149
Closed
Labels
accepting pull requestContribute by raising a pull request to resolve this issue!Contribute by raising a pull request to resolve this issue!user-friendliness
Description
Currently, Hazard.select() has a reset_frequency option, but Impact.select() doesn't.
I have the use case of having an impact object which is not created through ImpactCalc (i.e. not from any hazard object) and need to select a subsample (e.g. only the last 10 years). In order to get the correct exceedance frequency curve, I need to manually adjust the frequency of the new impact object after the selection.
Do you think this is a common enough use case to add a reset_frequency option to impact.select(), equivalent to hazard.select()?
Metadata
Metadata
Assignees
Labels
accepting pull requestContribute by raising a pull request to resolve this issue!Contribute by raising a pull request to resolve this issue!user-friendliness