Skip to content

Commit 4208336

Browse files
committed
Release of v2.3
1 parent b10bd45 commit 4208336

42 files changed

Lines changed: 2890 additions & 267 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.DS_Store

0 Bytes
Binary file not shown.

Cargo.lock

Lines changed: 348 additions & 91 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

WhiteboxTools_darwin_m_series.zip

23.3 MB
Binary file not shown.
3.34 MB
Loading

doc_img/NormalizeLidar.png

2.49 MB
Loading

doc_img/WBRunner.png

100755100644
10.8 KB
Loading

doc_img/WbRunner_light_mode.png

462 KB
Loading

doc_img/WhiteboxToolsLogo.png

1.17 MB
Loading

readme.txt

Lines changed: 14 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -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.

versioning_info.json

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"wbtVersion": "2.2.0",
2+
"wbtVersion": "2.3.0",
33
"gteTools": [
44
"AccumulationCurvature",
55
"AssessRoute",
@@ -49,7 +49,6 @@
4949
"RecreatePassLines",
5050
"RemoveFieldEdgePoints",
5151
"RemoveRasterPolygonHoles",
52-
"RepairStreamVectorTopology",
5352
"RingCurvature",
5453
"RiverCenterlines",
5554
"Rotor",
@@ -64,7 +63,6 @@
6463
"SvmRegression",
6564
"TopographicPositionAnimation",
6665
"Unsphericity",
67-
"VectorStreamNetworkAnalysis",
6866
"VerticalExcessCurvature",
6967
"YieldFilter",
7068
"YieldMap",
@@ -85,7 +83,6 @@
8583
"LowPointsOnHeadwaterDivides",
8684
"MultiscaleCurvatures",
8785
"Openness",
88-
"RepairStreamVectorTopology",
8986
"RingCurvature",
9087
"RiverCenterlines",
9188
"Rotor",
@@ -96,7 +93,6 @@
9693
"SmoothVegetationResidual",
9794
"TopographicPositionAnimation",
9895
"Unsphericity",
99-
"VectorStreamNetworkAnalysis",
10096
"VerticalExcessCurvature"
10197
],
10298
"lidarTools": [

0 commit comments

Comments
 (0)