Skip to content

WhiteboxTools Open Core v2.4.0

Latest
Compare
Choose a tag to compare
@jblindsay jblindsay released this 22 May 16:40
· 4 commits to master since this release

Note: Compiled binaries for Windows, macOS, and Linux can be found at: https://www.whiteboxgeo.com/download-whiteboxtools/

Release Notes:

  • Updated the build script very extensively. The build process for each of the supported systems now uses GitHub Actions. Note that the Whitebox Runner app is no longer included in the linux build, as Actions issues an OpenSSL error that is challenging to get past.
  • Removed the requirement for an input DEM in the VectorStreamNetworkAnalysis tool.
  • Fixed a bug in the RepairStreamVectorTopology tool that reversed the direction of some stream arcs.
  • Added the CorrectStreamVectorDirection tool.
  • Added the ability to preserve all vertices to the RasterStreamsToVector tool.
  • Added the ExtractByAttribute tool to filter out vector features by attribute characteristics.
  • Added the DeviationFromRegionalDirection tool.
  • Added the OtsuThresholding tool, which uses Ostu's method for optimal binary thresholding,
    transforming the input image into background and foreground pixels.
  • Added the TopographicHachures tool.
  • Fixed a bug with polygon holes in the RasterToVectorPolygons tool.
  • Fixed a bug with the IndividualTreeDetection tool that prevented use of the min_height parameter
    when applied in batch mode.
  • Added the ConvergenceIndex tool.