Skip to content
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

imod timeseries plugin shows edge_id as float #1320

Open
Huite opened this issue Mar 26, 2024 · 2 comments
Open

imod timeseries plugin shows edge_id as float #1320

Huite opened this issue Mar 26, 2024 · 2 comments
Labels
enhancement New feature or request QGIS Ribasim QGIS plugin

Comments

@Huite
Copy link
Contributor

Huite commented Mar 26, 2024

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 that the edge_id is float-encoded.

Would be fixed if this specific table doesn't contain the "vertical" flows.

Alternative is to filter away these rows in the read_arrow function.

@Huite Huite added QGIS Ribasim QGIS plugin enhancement New feature or request labels Mar 26, 2024
@visr
Copy link
Member

visr commented Mar 26, 2024

Yes we will remove both edge_id (#1310) and the "vertical" flows from flow.arrow, either would fix this.

@Huite
Copy link
Contributor Author

Huite commented Mar 26, 2024

Alright -- great, then no changes in the QGIS plugins are required.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request QGIS Ribasim QGIS plugin
Projects
Status: To do
Development

No branches or pull requests

2 participants