Skip to content

Releases: opengeos/WhiteboxTools-ArcGIS

v2.3.0

29 Mar 01:53
7ea3c0e
Compare
Choose a tag to compare

Updated to WBT Open Core v2.3.0.

v2.2.0

26 Oct 02:29
a43d34d
Compare
Choose a tag to compare

Updated the backend to WhiteboxTools v2.2.0

v2.1.1

11 Mar 14:11
Compare
Choose a tag to compare

Fixed ArcGIS Pro bug #35

v2.1.0

03 Feb 18:48
afa1da6
Compare
Choose a tag to compare

Updated to WBT v2.1.0. For more information, see https://www.whiteboxgeo.com

v2.0.1

08 Dec 14:24
2692a6c
Compare
Choose a tag to compare

Fixed input parameter bug #29

v2.0.0

06 Sep 18:32
9d84810
Compare
Choose a tag to compare

v1.5.0

08 Jun 20:09
5489fcd
Compare
Choose a tag to compare

v1.4.0

04 Sep 20:05
Compare
Choose a tag to compare

Dr. John Lindsay has updated WhiteboxTools to v1.4.0. More information about this version can be found at https://github.com/jblindsay/whitebox-tools/releases/tag/1.4.0. I am updating the WhiteboxTools ArcGIS frontend to v1.4.0.

See below the updates from Dr. John Lindsay:

This release adds some new tools and several bug fixes. Of the new tools, we are most excited about the addition of the TimeInDaylight tool, which estimates the proportion of daytime that each cell in a digital surface model (DSM) is in an exposed area. This is a very powerful method of performing a basic solar radiation modelling workflow. The new LidarDigitalSurfaceModel tool can be used to create DSMs for input to the TimeInDaylight tool. In addition to these updates, the User Manual has also been updated in numerous places with enhanced documentation. As always, if you wish to compile from source code, be sure to update to the most recent version of Rust beforehand using rustup update stable. Pre-compiled binaries are available for Windows (win), MacOS (Darwin), and Linux on Github and from the WhiteboxTools homepage. Please report any bugs that you encounter by creating an issue on the WhiteboxTools Github site.

  • Added the TimeInDaylight model tool for modelling the proportion of daytime that a location is not in shadow.
  • Added the MapOffTerrainObjects tool.
  • Added the FilterRasterFeaturesByArea tool.
  • Added the LidarDigitalSurfaceModel tool.
  • The D8 and FD8 flow pointer tools now output byte rasters.
  • The Isobasins tool now optionally outputs an upstream/downstream connections table.
  • The HorizonAngle tool has had significant performance improvements.
  • Improvements to the RemoveOffTerrainObjects tool's performance.
  • The Resample tool has been modified so that it does not require a 'destination' raster. Instead,
  • it will create a new output raster either based on a user-specified target cell resolution or
  • an optional base raster, much like the vector-to-raster conversion tools.
  • Tools that input a z_factor conversion no longer override user input with geographic coordinates
  • (see issue #113).
  • The StreamLinkIdentifier tool now outputs a 32-bit integer format, increasing the maximum allowable
  • number of streams (see issue #110).
  • Fixed a bug with cubic-convolution and bilinear resampling in the Mosaic tool (see issue #109).

v1.3.1

23 Jul 14:53
fa209e4
Compare
Choose a tag to compare

Dr. John Lindsay has updated WhiteboxTools to v1.3.1. More information about this version can be found at https://github.com/jblindsay/whitebox-tools/releases/tag/v1.3.1. I am updating the WhiteboxTools ArcGIS frontend to v1.3.1.

This release adds a few new tools, including two options for creating more advanced hillshade images from DEMs, and better raster file support. This includes critical fixes for the WBT GeoTIFF reader/writer and added support for reading BIL files.

  • Added the HypsometricallyTintedHillshade tool to create hypsometric tinted hillshades.
  • Added the MultidirectionalHillshade tool.
  • Added the ability to read/write in the Esri BIL raster format.
  • Added the LidarRooftopAnalysis tool.
  • The MultiPartToSinglePart tool now handles MultiPoint vectors.
  • Fixed a bug with the VoronoiDiagram to better handle MultiPoint vectors.
  • Fixed an issue with writing compressed RGB GeoTIFFs.
  • Fixed an issue reading LZW compressed GeoTIFFs.

v1.3.0

08 Jun 02:56
ebffb1f
Compare
Choose a tag to compare