gsflow / gsflow-arcpy

GSFlow ArcPy Tools
Apache License 2.0
18 stars 10 forks source link

dem_2_streams will error if model points shapefile does not contain an "OUTLET" point (and only has a "SWALE") #7

Closed cgmorton closed 6 years ago

cgmorton commented 6 years ago

It looks like the "outlet_obj" variable is only created if there is an OUTLET model point type, so the script will bomb if there isn't an OUTLET (and only a SWALE).