Closed timschmi95 closed 9 months ago
I think this is reasonable yes.
@timschmi95 Would you have the capacity to provide a pull request?
Not at the moment, but I should be able to provide a pull request within the next one/two months.
Resolved by #847
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 areset_frequency
option toimpact.select()
, equivalent to hazard.select()?