-
Notifications
You must be signed in to change notification settings - Fork 32
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
[8pt] Hydrotable with row with hydroID but mostly nulls after it #1339
Comments
Nudge.. to make sure we add it to the next Prod release. :) |
When this is fixed in FIM, HV will also need a fix to take out their current temp fix. A new HV card is coming to join the task together. |
In HUC8 Among these six feature-ids, |
I checked some other HUC8s with lakes including |
The issue is generated in split_flows.py, but is resolved in filter_catchments_and_add_attributes.py and gdal_rasterize for almost all HUC8 except 04040002. The following explains it in detail. |
By fixing the demDerived_reaches_split_filtered_0.gpkg, the nan values are also deleted from the hydrotables. The issue fixed was applied in |
HydroVIS detected this and for now, it was only detected on one huc and one row in a hydrotable, but it is suspected to be happening more.
The Question:
The case found:
This is an image of a HydroVIS join table. If we check the huc and hydroID against our hydrotables, will we see some nulls in that row and should there be any?
HydroVIS has hardcoded put in a temp emergency fix with Derek's blessing to just drop all records when it see's that fix.
At a min, if we can figure out if it is a bug or just an acceptable condition, we can update HydroVIS code to put in a note of why it might happen. If we get a fix and when they get new code, we can tell them to drop that temp hardcoded fix in their code.
More details: Part of a redmine ticket and also recorded in HydroVIS isssue 950.
Update: Jan 7, 2025: A temp fix was put in for 2.1.8 via HydroVIS card 950.and part of a redmine ticket. 950 is now closed. But, when this fix comes into HV for the next release 2.2 ??), HydroVIS will need to take out the temp fix. It is now covered on the HydroVIS side by their card 1028.
The text was updated successfully, but these errors were encountered: