-
Notifications
You must be signed in to change notification settings - Fork 4
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
flowpath to divide not 1:1 in aggregate output due to pipelines and such. #15
Comments
This will not work out of the box because we have flowlines that do not realize a catchment and we have some catchment divides that do no have flowpaths. In the network table, we need all divide and flowline identifiers. We also need a has divide logical and a has flowline logical in the network table. There are very likely going to be catchments that do not have an associated flowpath that flow to a network flowline and others that do not flow to a network feature but still require topology. In that case, we should have an attribute in the network table, "network_type" that can be one of "connector" "network" "internal" "coastal". |
Updates to data model per Nov 3 Technical Meeting:
|
Some flowpath ids get dropped because we are using divide ids to seed the lookup table here: https://github.com/mikejohnson51/hydrofab/blob/master/R/merge_hydrofabrics.R#L83
This is causing some flowpath ids to be NULL in the output of merge national. I think I have a fix but I don't know what
x$cumcount_div
is doing in the code linked just above. OK to switch that tox$cumcount_fl
@mikejohnson51 ?The text was updated successfully, but these errors were encountered: