diff --git a/StreamCat_functions.py b/StreamCat_functions.py index f23631f..c6e72db 100644 --- a/StreamCat_functions.py +++ b/StreamCat_functions.py @@ -56,8 +56,9 @@ class LicenseError(Exception): def UpcomDict(nhd, interVPUtbl, zone): """ - __author__ = "Ryan Hill " - "Marc Weber " + __author__ = "Marc Weber " + "Ryan Hill " + Creates a dictionary of all catchment connections in a major NHDPlus basin. For example, the function combines all from-to typology tables in the Mississippi @@ -106,8 +107,9 @@ def UpcomDict(nhd, interVPUtbl, zone): def children(token, tree, chkset=None): """ - __author__ = "Ryan Hill " - "Marc Weber " + __author__ = "Marc Weber " + "Ryan Hill " + returns a list of every child Arguments @@ -136,8 +138,9 @@ def children(token, tree, chkset=None): def bastards(token, tree): """ - __author__ = "Ryan Hill " - "Marc Weber " + __author__ = "Marc Weber " + "Ryan Hill " + returns a list of every child w/ out father (key) included Arguments