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 3e5262a commit a59139e
Showing 1 changed file with 9 additions and 6 deletions.
15 changes: 9 additions & 6 deletions StreamCat_functions.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,9 @@ class LicenseError(Exception):

def UpcomDict(nhd, interVPUtbl, zone):
"""
__author__ = "Ryan Hill <hill.ryan@epa.gov>"
"Marc Weber <weber.marc@epa.gov>"
__author__ = "Marc Weber <weber.marc@epa.gov>"
"Ryan Hill <hill.ryan@epa.gov>"
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
Expand Down Expand Up @@ -106,8 +107,9 @@ def UpcomDict(nhd, interVPUtbl, zone):

def children(token, tree, chkset=None):
"""
__author__ = "Ryan Hill <hill.ryan@epa.gov>"
"Marc Weber <weber.marc@epa.gov>"
__author__ = "Marc Weber <weber.marc@epa.gov>"
"Ryan Hill <hill.ryan@epa.gov>"
returns a list of every child
Arguments
Expand Down Expand Up @@ -136,8 +138,9 @@ def children(token, tree, chkset=None):

def bastards(token, tree):
"""
__author__ = "Ryan Hill <hill.ryan@epa.gov>"
"Marc Weber <weber.marc@epa.gov>"
__author__ = "Marc Weber <weber.marc@epa.gov>"
"Ryan Hill <hill.ryan@epa.gov>"
returns a list of every child w/ out father (key) included
Arguments
Expand Down

0 comments on commit a59139e

Please sign in to comment.