WhiteboxTools-ArcGIS icon indicating copy to clipboard operation
WhiteboxTools-ArcGIS copied to clipboard

Burn Streams At Roads runs but produces no output, thread 'main' panicked at 'called `Option::unwrap()` on a `None` value'

Open Ryan3Lima opened this issue 3 months ago • 0 comments

I am trying to burn streams through roads for this raster. This is a 3DEP 1m DEM, which I applied a 3x3 round focal statistics mean smoothing to beforehand. I am trying to delineate sinkholes and want to burn in the streams to eliminate many of the false sinks caused by road cuts. The tool seems to run with no issues but nothing is produced and it runs way too fast. I looked at the log and it says the following:

Reading streams and roads data... Reading DEM raster... thread 'main' panicked at 'called Option::unwrap() on a None value', whitebox-raster\src\lib.rs:1361:69 note: run with RUST_BACKTRACE=1 environment variable to display a backtrace Succeeded at Thursday, March 28, 2024 2:11:45 PM (Elapsed Time: 0.14 seconds)

Any idea what the problem is? I can't find anything in the issues or manual?

burnstreamsatroads catalog_view

Ryan3Lima avatar Mar 28 '24 21:03 Ryan3Lima