-
Notifications
You must be signed in to change notification settings - Fork 12
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
Valley-bottom centerline #270
Labels
Comments
philipbaileynar
added
enhancement
New feature or request
pkg:VBET
VBET python package
labels
Apr 7, 2021
So this is a duplicate of #270, but a great alternative strategy that @philipbaileynar suggests, but we never got around to trying.
|
This ticket is old. Deassigning Kelly until we have a coherent strategy to move forward.
|
Centerlines are getting generated with the new vbet. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
We need to enhance VBET to produce a valley centerline. This will be used for chopping the valley bottom into sausages, and also for metrics in the reach typing work.
Ideas....
2. Don't mind if you do this via NetworkX or the NHD from/to node information.
3. Make sure you filter the network down to just the FCodes used for VBET.
4. Be aware of there potentially being multiple disconnected networks (i.e. multiple outflow places). Maybe we have a parameter that says each network much have at least 10 or 100 reaches etc before we bother generating a centerline.
Given that our VBET polygons are still flooding too much of the valley, perhaps this method should be developed standalone on a "clean" and "reliable" VBET generated by USU.
Here's the open source code for generating centerlines.
The text was updated successfully, but these errors were encountered: