diff --git a/StreamCat_functions.py b/StreamCat_functions.py index c6e72db..773ad08 100644 --- a/StreamCat_functions.py +++ b/StreamCat_functions.py @@ -857,8 +857,9 @@ def AdjustCOMs(tbl, comid1, comid2, tbl2=None): def Accumulation(tbl, comids, lengths, upstream, tbl_type, icol="COMID"): """ - __author__ = "Marc Weber " - "Ryan Hill " + __author__ = "Ryan Hill " + "Marc Weber " + 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.