-
Notifications
You must be signed in to change notification settings - Fork 1
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
Future improvement for BankfullChannel #22
Comments
The tool also still leaves some segments with PRECIP = 0 which results in a minimum bankfull width. |
Another major change needed is allowing a user to enter stream names and drainage area values to correct for upstream drainage area values. I started to implement these changes in the confinement_dev branch, specifically the lines relating to these changes are:
Corrections that still need to be completed:
|
There are watersheds with upstream drainage areas that enter partway up a stream. The North Fork John Day and Lower Salmon are both examples of this. Is the tool able to handle that kind of scenario? |
@jenna-walsh Unfortunately not, in the past we've just corrected these situations manually. I can't think of a quick and easy way to code this in. We could enter the FID of the segment but determining what's "downstream" of that segment is a challenge in itself. |
Some minor issues with the BankfullChannel tool:
The text was updated successfully, but these errors were encountered: