@@ -56,19 +56,23 @@ for more details.
5656* Release Notes: *
5757******************
5858
59- Version 2.3.0 (XX-XX-202X)
60- - Added the new Whitebox Runner v2.0. This is a whole new program with many advancements over the
61- previous version of the WbRunner. It is now written in pure Rust (compared with the old Python
62- TkInter app) using the egui user-interface library. It has a more modern feel, is cross-platform,
63- and has no dependencies (including Python). You can now open multiple tools simultaneously.
64- - Added the IndividualTreeDetection tool for intentifying points in a LiDAR point cloud that are associated
65- with the tops of individual trees.
66- - Added the NormalizeLidar tool for normalizing LiDAR point clouds, i.e., converting their z-values
67- from elevation to height-above-ground.
59+ Version 2.3.0 (30-03-2023)
60+ - Added the new Whitebox Runner v2.0. This version of WbRunner is an entirely new application with many
61+ advancements over the previous version of the WbRunner. It is now written in pure Rust (compared with
62+ the old Python TkInter app) using the egui user-interface library. It has a more modern feel, is
63+ cross-platform, and has no dependencies (including Python). You can now open multiple tools simultaneously.
64+ - WbRunner is now the preferred way now for installing the Whitebox Toolset Extension (WTE).
6865- Added the LaunchWbRunner and InstallWbExtension tools so that the Whitebox Runner will be more
6966 accessible from other Whitebox frontends. This way users will always have a good fall-back if the
7067 frontend is not up-to-date with the WBT backend, since WbRunner is always current with the installed
71- version of WBT. Also, the WbRunner is the preferred way now for installing Whitebox extensions.
68+ version of WBT.
69+ - Added the IndividualTreeDetection tool for identifying points in a LiDAR point cloud that are associated
70+ with the tops of individual trees.
71+ - Added the NormalizeLidar tool for normalizing LiDAR point clouds, i.e., converting their z-values
72+ from elevation to height-above-ground.
73+ - Natural Resources Canada (NRCan) has sponsored the open-sourcing of two tools contained in the extension,
74+ VectorStreamNetworkAnalysis and RepairStreamVectorTopology. These two tools are are now available in the
75+ WbT Open Core.
7276- Fixed a bug with the LidarShift tool. The tool was calculating the shift in transformed coordinates
7377 incorrectly leading to very strange outputs.
7478- The MultiscaleTopographicPositionImage tool now takes an optional hillshade image as input.
0 commit comments