Martijn Visser
Martijn Visser
From https://github.com/Deltares/Ribasim/pull/2497#issuecomment-3143977156: > For NetCDF I did not yet implement compression, compression settings are ignored, though this is documented. The current compression settings look like this: ```toml [results] format =...
**What we have** A configuration example with comment: https://ribasim.org/reference/usage.html#configuration-file GeoPackage database and Arrow tables: https://ribasim.org/reference/usage.html#sec-geopackage A tip on using Arrow state files: https://ribasim.org/reference/node/basin.html#sec-state **What is missing** An example of how...
In https://github.com/Deltares/Ribasim/pull/2558 I noticed `pixi run mypy-ribasim-python` started failing with an internal error. It is this pandera issue: https://github.com/unionai-oss/pandera/issues/2124 Which I avoided by not updating pandas-stubs: `pixi add pandas-stubs=2.3.0.250703`. When...
When looking into initialization performance in https://github.com/Deltares/Ribasim/pull/2548 I saw that most of the remaining time is spent in Basin / time processing, especially `parse_forcing!` which iterates over the time series...
We need to be able to easily handle different variations of model runs. Ribasim 7 uses cases, scenarios and measures / measurement actions. Today I was discussing how to approach...
This test: https://github.com/yeesian/ArchGDAL.jl/blob/05ed896636cc3b65c382179158572e373a26d7aa/test/test_drivers.jl#L54-L56 Caused many subsequent tests to fail when updating to GDAL 3.11: https://github.com/JuliaGeo/GDAL.jl/pull/195 After these lines are run it will try to open all GeoTiff files with the...
I am currently using a `manifest` entry in the Project.toml that I'm building to point to a larger shared dev environment with e.g. PackageCompiler and plotting packages. In 1.12 we'll...
#172 added a warning. I think it is too expensive, and it may be better to just document the behavior instead. I am reading a 7760500 row table written by...
Due to my antivirus real time protection juliaup add often fails. It looks like this: ``` ❯ juliaup add pr56708 Installing Julia pr56708-win64 Error: Access is denied. (os error 5)...
In 1.12 and higher I keep getting this when adding Pkg apps. > Warning: App 'runic' was installed but is not available in PATH. However, `.julia\bin` is in my path,...