Martijn Visser

Results 193 issues of Martijn Visser

As noted by Lex, since the start of the day all doc builds on main have been failing, even though they pass on CI. See for instance from https://github.com/Deltares/Ribasim/actions/runs/19678148118/job/56364949842: ```...

documentation
CI/CD

During the DSD there was one Windows laptop where the core didn't work. It was installed correctly, and `ribasim --version` worked fine (which is handled in the Rust code). However...

core

Fixes https://github.com/Deltares/Ribasim/issues/2686. This follows the Microsoft guide from https://learn.microsoft.com/en-us/windows/msix/package/manual-packaging-root It automatically puts `ribasim.exe` on the path at `C:\Users\visser_mn\AppData\Local\Microsoft\WindowsApps\ribasim.exe` via the recommended `AppExecutionAlias` mechanism. The [capabilities](https://learn.microsoft.com/en-us/windows/msix/desktop/desktop-to-uwp-manual-conversion#capabilities) are on `runFullTrust`. I looked...

When using the temporal controller to show different results, the labels with the flows or levels need to be redrawn on the map. For ~3k node models (one waterboard) this...

QGIS

> It is intended that we can have control switch between `Ribasim.allocation` or other control states. An example is a reservoir that can release water based on downstream demand, but...

control
allocation

There's a finetuning option as well, most of the specialize time comes from introducing a chunk-like number (forgot the exact name), that is determined automatically based on the size of...

performance
core

Following discussion in https://github.com/Deltares/Ribasim/issues/2662 we decided to work on a WiX installer for the Ribasim core, to simplify the installation process. This would replace the installation script added in https://github.com/Deltares/Ribasim/pull/2682....

CI/CD

If you run and load `two_basin` into QGIS, you can see the Results / Basin layer with data. If you do the same for `bucket`, which has only one Basin,...

QGIS

We now have this in metadata.txt: ``` plugin_dependencies=iMOD==0.5.3 ``` @evetion do you know how this works, will it always restrict other versions? It would be good to at least allow...

QGIS

Previously we had the issue #1655 that failed the release tests. The tests we fixed, but the issue described in https://github.com/Deltares/Ribasim/issues/1655#issuecomment-2400784264 remains. The README.md for the v2025.1.0 build states: ```toml...

CI/CD