-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Improve docs on Arrow table input #2039
Comments
I must admit I haven't looked at the arrow input much, but this: I would prefer a property, Ideally, for the model, there's a single switch: e.g. |
Yeah the name For a Boolean we'd need to make a default mapping from table name For the database we don't have the freedom in the TOML to select another table in the database, since I'd hold off on |
You can keep the default value You can then document that the arrow stuff maybe works a little less smooth for now in combination with QGIS. I think it's fine to say that you cannot edit the arrow tables in QGIS. If manual editing is required, the model should be small anyway; in which case it can be stored in a geopackage. |
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 to tell Ribasim Python to write a table to Arrow, like: https://github.com/Deltares/Ribasim/blob/v2025.1.0/python/ribasim_testmodels/ribasim_testmodels/basic.py#L210
And perhaps these sections can reference each other.
The text was updated successfully, but these errors were encountered: