Martin Vonk
Martin Vonk
Hi y'all, I am using MODFLOW-USG (version 1.10) and it is currently not fully compatible with FloPy. Are there plans to support newer MODFLOW-USG versions in the future? I can...
There are some places in the code (e.g. plots.py) where fit metrics are calculated without using the `pastas.stats.metrics` library. To make sure the metrics are consistent this should be enhanced...
I would like to make a few changes to the pastas.plots.compare() function: - [ ] Make it possible to compare the time series models for different locations. So the models...
**Describe the proposed enhancement** - [ ] Add a list of all the organisations and institutions that use Pastas [readthedocs website](https://pastas.readthedocs.io/en/latest/index.html). - [x] Add a reference to [Pastastore](https://github.com/pastas/pastastore) and [Metran](https://github.com/pastas/metran),...
Anyone ever had a look at implementing drains? It is available in the HYDRUS-1D Fortran Source code. WATFLOW.FOR Line 581 `function FqDrain(GWL,zBotDr,BaseGW,rSpacing,iPosDr,KhTop,KhBot,KvTop,KvBot,Entres,WetPer,zInTF,GeoFac)` If no one has, I might take a...
The file `RUN_INF.OUT` gives information on numerical convergence in the Convergency column (T - true or F - false). Maybe it would be nice to add an option to the...
From the current function `read_tlevel()` documentation: > usecols: list of str optional > List with the names of the columns to import. **By default only the real fluxes are imported...
Not sure why this happens but when I use `loc` on the ObsCollection the column with the "obs" is always returned ```python oc_sel = oc.loc[:, ["x", "y"]] oc_sel.columns -> Index(['x',...
KNMI Data Platform provides Quality Controlled Rain Gauge Data. We can read KNMI Data Platform with NLMOD and the Quality Controlled Rain Gauge Data with the FEWS reader in HydroPandas....
I think we should be able to speed the API call's using concurrent programming with Python's standard library package [asyncio](https://docs.python.org/3/library/asyncio.html). Some information on how to implement this by Arjan: https://www.youtube.com/watch?v=GpqAQxH1Afc