From 970512917bd9716650f14b656c0d44edbf2dc608 Mon Sep 17 00:00:00 2001 From: Matt Covington Date: Wed, 29 Oct 2025 19:07:17 -0500 Subject: [PATCH] added missing parameters in vector_stream_network_analysis Fixes issue #78 vector_stream_network_analysis function fails due to missing arguments. --- whitebox/whitebox_tools.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/whitebox/whitebox_tools.py b/whitebox/whitebox_tools.py index 832bcf1..a48a0d4 100644 --- a/whitebox/whitebox_tools.py +++ b/whitebox/whitebox_tools.py @@ -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: