-
Notifications
You must be signed in to change notification settings - Fork 1
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
Precipitation events #55
Comments
It's UK only - but the rain gauge API is pretty easy to use and has 15 minute data. https://environment.data.gov.uk/flood-monitoring/doc/rainfall Figure out what station you want: Download the data: In Python it'd be something like this (though the more I look at the API, the more it looks like it only works for the last 100 days...
|
https://zenodo.org/records/8369987 may be useful (switching to this would close #20 ) |
Currently just using a simple design storm (since the precipitation downloader is broken). https://doi.org/10.3390/w15010046 show, and I'm sure the case is true in any high fidelity sewer network simulation paper of any kind, that results are super sensitive to which storm event is chosen. I have some code in the old repo for parameterised storm separation..
@cheginit and @tijanajovanovic rightly pointed out that spatial distribution of a storm event can be just as important as the event itself. There is a lot of literature evidence to support this. We will see how results look first, but methods can be discussed here.
In the first instance, it would be good to at least simulate two storms (possibly a pulse or design storm and a real storm) to see whether the sensitivity analysis results go mad or not.
The read/write should be handled under #84
Also needs documentation for whatever
The text was updated successfully, but these errors were encountered: