whitebox-tools icon indicating copy to clipboard operation
whitebox-tools copied to clipboard

An advanced geospatial data analysis platform

Results 178 whitebox-tools issues
Sort by recently updated
recently updated
newest added

Hi, thanks for all the great work on WBT! I'm processing DEM to delineate basins and am encountering unexpected behaviour on medium-large basins, rather, on flow accumulations greater than $2^{15}$...

When using the Mosiac tool to combine two rasters with the same extents, but sparse, with no overlap of reals (i.e., filling in the blanks): layer 2 ![image](https://user-images.githubusercontent.com/47092034/183369158-61aca725-6f46-4713-9e24-e987cc2fcadb.png) layer 1...

Running WBT tools with the Python API will change the current working directory due to the use of `os.chdir(self.exe_path)` in [whitebox_tools.py](https://github.com/jblindsay/whitebox-tools/blob/master/whitebox_tools.py). This is causing issues for other packages that use...

Bumps [nalgebra](https://github.com/dimforge/nalgebra) from 0.18.1 to 0.27.1. Changelog Sourced from nalgebra's changelog. [0.27.1] Fixed Fixed a bug in the conversion from glam::Vec2 or glam::DVec2 to Isometry2. [0.27.0] This removes the convert-glam...

dependencies

Bumps [nalgebra](https://github.com/dimforge/nalgebra) from 0.18.1 to 0.27.1. Changelog Sourced from nalgebra's changelog. [0.27.1] Fixed Fixed a bug in the conversion from glam::Vec2 or glam::DVec2 to Isometry2. [0.27.0] This removes the convert-glam...

dependencies

Hello, I have issues running the LidarRooftopAnalysis tool in python, and I don't get where the issue come from. Error is : thread 'main' panicked at 'The file does not...

Using the switch `--pntr_output`, a D8 pointer file will be generated along with the D8 flow accumulation raster. The filename of this pointer file is derived from the output name...

Tis PR adds the option to keep all vertices when using `RasterStreamsToVector` rather then simplifying when two consecutive directions are the same. Having all vertices can be useful if one...

I'm trying to run model that uses different whitebox-tools. I made some testes with using only 1 tool at time and each of the tools caused a crash of GQis...

QGIS plugin

LidarPointDensity works great as a standalone plugin but when I try to add it to a processing model QGIS crashes. Here is the dump: Crash ID: [604fdf2f43772d622a02cea28a2cbc2f953b1ba2](https://github.com/qgis/QGIS/search?q=604fdf2f43772d622a02cea28a2cbc2f953b1ba2&type=Issues) Stack Trace QWindow::trUtf8...

QGIS plugin