You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
We are having a similar issue with the exact same error code when running the Burn Streams at Roads tool...went through the DEM, streams, and roads to see if there were any null values, but still no luck.
Any update or resolution on your end with this issue that you'd suggest trying?
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 aNone
value', whitebox-raster\src\lib.rs:1361:69note: run with
RUST_BACKTRACE=1
environment variable to display a backtraceSucceeded 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?
The text was updated successfully, but these errors were encountered: