Skip to content

Commit

Permalink
Remove create_bankfull_channel param #20
Browse files Browse the repository at this point in the history
  • Loading branch information
jenna-walsh committed Apr 2, 2020
1 parent 743a9db commit aeb478a
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions BankfullChannel.py
Original file line number Diff line number Diff line change
Expand Up @@ -76,9 +76,8 @@ def main(network, valleybottom, dem, drarea, precip, MinBankfullWidth, dblPercen
calculate_buffer_width(intersect, MinBankfullWidth, dblPercentBuffer)

# create final bankfull polygon
if create_bankfull_channel == True:
arcpy.AddMessage("Creating final bankfull polygon...")
create_bankfull_polygon(network, intersect, MinBankfullWidth, analysis_dir, temp_dir, out_polygon_name)
arcpy.AddMessage("Creating final bankfull polygon...")
create_bankfull_polygon(network, intersect, MinBankfullWidth, analysis_dir, temp_dir, out_polygon_name)


def build_folder_structure(output_folder):
Expand Down

0 comments on commit aeb478a

Please sign in to comment.