Impact.select()
reset_frequency option
#830
Labels
accepting pull request
Contribute by raising a pull request to resolve this issue!
user-friendliness
Currently,
Hazard.select()
has a reset_frequency option, butImpact.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 toimpact.select()
, equivalent to hazard.select()?The text was updated successfully, but these errors were encountered: