Skip to content

Commit 71d1c2b

Browse files
added missing parameters in vector_stream_network_analysis (#87)
Fixes issue #78 vector_stream_network_analysis function fails due to missing arguments.
1 parent 209a4ac commit 71d1c2b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

whitebox/whitebox_tools.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13291,7 +13291,7 @@ def tributary_identifier(
1329113291
"tributary_identifier", args, callback
1329213292
) # returns 1 if error
1329313293

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

1329713297
Keyword arguments:

0 commit comments

Comments
 (0)