Skip to content
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

Feature request - deriving precipitation events from precipitation time series #15

Open
rchlumsk opened this issue Dec 18, 2020 · 4 comments

Comments

@rchlumsk
Copy link
Member

A function to basically isolate rainfall events from precipitation data would be helpful, and has been requested for usage in groundwater event modelling in particular.

First cut of this could use some first order derivative criteria to detect a rate of change in precip to capture rise and fall in precip intensity (?). Would likely require hourly or higher resolution data

@KevinShook
Copy link
Contributor

Is this to separate rainfall from total precipitation, i.e. to separate rain and snow? If so, some good work has been done on this by Philip Harder at the Centre for Hydrology, who has produced code which can estimate the precipitation phase from the air temperature and humidity, without the need for a site-specific calibrated parameter. It's in my CRHMr package.

@rchlumsk
Copy link
Member Author

I would be interested to take a look at that as well. But no, this is to simply identify events in a time series. I imagine this code exists in multiple places but not sure if there is a good bit of R code to do that specifically for rainfall/total precip.

@PaulWhitfield
Copy link
Contributor

We have code that does this for POT using a threshold. What the real issue is that there is no consistent idea of what an event consists of. I suspect we would need to accommodate different thoughts on this as there all types of nuances. Are we talking about independent events for extreme value work, or combining non-independent events?

@rchlumsk
Copy link
Member Author

Good questions, this was a request from some time ago so not sure what the best approach would be. I image some kind of parameterized method that allows users to isolate events in their data. POT is certainly one approach, I'm sure we could include others.

There is not much more guidance on this question beyond what we wish to do with it, we can also close this is we are looking to clear issues since the POT functionality already exists.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants