Skip to content

Commit

Permalink
Update StreamCat_functions.py
Browse files Browse the repository at this point in the history
  • Loading branch information
mhweber authored Nov 14, 2024
1 parent a59139e commit 912cb00
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions StreamCat_functions.py
Original file line number Diff line number Diff line change
Expand Up @@ -857,8 +857,9 @@ def AdjustCOMs(tbl, comid1, comid2, tbl2=None):

def Accumulation(tbl, comids, lengths, upstream, tbl_type, icol="COMID"):
"""
__author__ = "Marc Weber <[email protected]>"
"Ryan Hill <[email protected]>"
__author__ = "Ryan Hill <[email protected]>"
"Marc Weber <[email protected]>"
Uses the 'Cat' and 'UpCat' columns to caluculate watershed values and returns those values in 'Cat' columns
so they can be appended to 'CatResult' tables in other zones before accumulation.
Expand Down

0 comments on commit 912cb00

Please sign in to comment.