From 912cb00082724df2e60e73fd03f746a43212d2cd Mon Sep 17 00:00:00 2001 From: Marc Weber Date: Thu, 14 Nov 2024 08:40:16 -0800 Subject: [PATCH] Update StreamCat_functions.py --- StreamCat_functions.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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.