-
Notifications
You must be signed in to change notification settings - Fork 16
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
Use time series to create forcing files #312
Comments
It's been on the wishlist for very long and there is an issue open in hydromt core: Deltares/hydromt#101 I would prefer to create a different method, the arguments will be completely different so it would be better to separate I think. |
Interpolation docs shared by FEWS team: https://publicwiki.deltares.nl/display/FEWSDOC/Interpolation+Spatial+Transformations |
Create a new hydromt-wflow method and workflow: Steps in the workflow: using metpy
Note: for later if we decide to support polygon timeseries, we can use xugrid regridding methods to go from mesh/polygon to regular grid |
Alternatively, there is a more precipitation focused package https://docs.wradlib.org/en/latest/ipol.html (thanks @RubenImhoff!) |
Kind of request
Possible enhancement of setup_precip_forcing, or alternatively a new feature. I am working on this in a branch as part of making things easier for stress-testing and model coupling
Enhancement Description
Currently, only gridded data can be used to create forcing files. In some cases it can be convenient to create forcing files from timeseries (csv), either uniformly or using interpolation methods
Use case
Additional Context
Might this be something that would also fit in HydroMT core?
Would this be something to use as an enhancement of the current setup_precip_forcing (and let it detect if precip_fn refers to gridded data or timeseries), or add it as a new method?
And, which interpolations would be good to include? Thiessen polygons, Inverse Distance Weighting, ... ? Literature might be good source for methods, see for example https://cdn.knmi.nl/knmi/pdf/bibliotheek/knmipubIR/IR2009-04.pdf
The text was updated successfully, but these errors were encountered: