Deltares / imod-qgis

🗺️🧭 QGIS plugin for iMOD
GNU General Public License v2.0
7 stars 1 forks source link

Fixes for ribasim #79

Closed Huite closed 5 months ago

Huite commented 5 months ago

Make sure arrow variables are refreshed when switching layers

Support for node_id != basin feature id

visr commented 5 months ago

In #69 I added this to filter out the non-float columns from the drop-down:

variables = sample_df.select_dtypes(include=["float"]).columns.tolist()

Only "edge_id" is still there for some reason. Do you know why, and can we remove it easily?

image

Huite commented 5 months ago

Same reason as this: https://github.com/Deltares/Ribasim/issues/1320