Huite

Results 101 issues of Huite

Hi @gatkin, This looks like a great package, providing a much saner way to interact with XML data; the documentation is complete and clear as well. ### Primitive processors Being...

Here are a number of datasets that would be useful to have available via HydroEngine. (Especially GLHYMPS2.0 is awfully unwieldy, as a 3.6 GB shapefile!) I've provided an overview with...

I was testing generating an iMOD model, and I got some very low values of around -200 m for the SRTM DEM. There's probably many filtered DEMs available, which one...

Both the WFLOW and iMOD model generator need a land-sea definition to draw model boundaries. @visr and I download [Natural Earth](https://www.naturalearthdata.com/) right now, but it would be very useful to...

**What** If subgrid levels fall below MODFLOW elevations, the imod_coupler will not set the stage below the bed elevation. This makes it hard to analyze afterwards what the actual used...

coupling

The current Basin definition: ``` struct Basin{T, C}

enhancement
coupling
core
wflow

**What** See: https://deltares.github.io/iMOD-Documentation/coupler_ribamod_preprocessing.html#consistency-between-modflow-6-and-ribasim-subgrid **Why** See: https://deltares.github.io/iMOD-Documentation/coupler_ribamod_preprocessing.html#consistency-between-modflow-6-and-ribasim-subgrid **How** ```python if minimum_subgrid_level_per_element > modflow_bed_level: raise ValueError ```

coupling

The flow.arrow contains flow on the basins, with the edge_id as NaN for non-edge flows. The imod plugin does a groupby operation with the edge_id. During reading, the NaNs mean...

enhancement
QGIS

I was expecting forward fill on my user_demand, but I got linear interpolated values: ![image](https://github.com/Deltares/Ribasim/assets/13662783/79c56fb0-6198-4660-b0a3-adc890d36b0b) ![image](https://github.com/Deltares/Ribasim/assets/13662783/32b8080a-8389-43aa-bab2-cb33ab861025) I guess there are reasons for this, but it's not quite Principle of Least...

interpolation

Maybe somewhat of a random thought. The add-api looks very good to me, and will help enormously in setting up models. One downside is that it calls `pd.concat()` once per...

python