Skip to content

Commit

Permalink
updates
Browse files Browse the repository at this point in the history
  • Loading branch information
jblindsay committed Jul 23, 2020
1 parent 7ab4097 commit 1232327
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ Version 1.3.1 (23-07-2020)
- 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.
Expand Down
2 changes: 1 addition & 1 deletion src/tools/lidar_analysis/lidar_rooftop_analysis.rs
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ use std::thread;
use std::{env, fs};
const EPSILON: f64 = std::f64::EPSILON;

/// This tool can be used to
/// This tool can be used to identify roof segments in a LiDAR point cloud.
///
/// # See Also
/// `ClassifyBuildingsInLidar`, `ClipLidarToPolygon`
Expand Down

0 comments on commit 1232327

Please sign in to comment.