Open jenna-walsh opened 4 years ago
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:
correct_upstream_da()
functionThere 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? When I've correct drainage areas in those watersheds I've manually removed segments from the selection. Maybe there is a way to have the user enter the ID of the segment at the confluence and have the tool figure out which segments are downstream of that?
@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: