Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion whitebox/whitebox_tools.py
Original file line number Diff line number Diff line change
Expand Up @@ -13291,7 +13291,7 @@ def tributary_identifier(
"tributary_identifier", args, callback
) # returns 1 if error

def vector_stream_network_analysis(self, streams, output, snap=0.1, callback=None):
def vector_stream_network_analysis(self, streams, dem, output, cutting_height=10, snap=0.1, callback=None):
"""This tool performs common stream network analysis operations on an input vector stream file.

Keyword arguments:
Expand Down