Davíd Brakenhoff
Davíd Brakenhoff
When the `delr` and `delc` of the original structured grid are not whole numbers, the resulting DISV grid produced by gridgen can cause convergence issues when trying to run the...
I was wondering whether interpolating z-data along a line to a modelgrid is something that could be included in flopy (gridintersect) utils? I saw there was also a [stackoverflow post](https://stackoverflow.com/questions/55315434/how-to-interpolate-elevation-for-grid-point-for-river-cells-while-importing-in-m)...
Does Pystore support writing pandas.Series? I'm getting an error when attempting to write a pandas.Series to a pystore.collection because the `pandas.Series.memory_usage()` returns an int instead of a pandas.Series. And calling...
**Describe the proposed enhancement** Add deprecation warnings **Additional context** Link to hydropandas for read methods.
**Describe the proposed enhancement** Allows calculation of uncertainty vs distance for HantushWellModel. **Expected behavior** Add `r` as kwarg, and handle `r` and `istress` both being passed somehow.
**Describe the bug** Also came up in #394. If `ps.TimeSeries` objects with user-specified settings are passed to RechargeModel these are subsequently ignored and the defaults ("prec", "evap") are used. This...
Add methods to calculate and visualize partial autocorrelation function. Use statsmodels implementation I think? Add as optional dependency. Check for equidistant timeseries prior to calculation. Test performance with get_equidistant_timeseries()...? Perhaps...
use pastas CCF test for timeseries with different time resolutions test for non-equidistant timesteps
**Describe the bug** This is a bit of an edge case that should generally not occur if you provide your timeseries settings. When you add a StressModel with a timeseries...
I've been working with LmfitSolve recently and in some cases, usually when a model isn't performing very well, the parameter uncertainties are not calculated and show up as NaN in...