Skip to contents
lidRmetrics 0.1.2
Enhancements
added benchmarking results in readme.md
Fixes
Fixed issue with metrics_echo2()
that caused function fail when the KeepReturns
was NULL
(default value). Function’s new default value of KeepReturns
is set to c(1,2,3,4)
(#19).
Fixed issue in metrics_texture()
. Updated to match the most recent changes in the ForestTool
package (#20).
lidRmetrics 0.1.1
Changes in version 0.1.1
New features
New function metrics_echo()
New function metrics_echo2()
A new vignette demonstrating how to create custom metric sets.
General improvements and bug fixes.
Each metrics_*()
function gained a convenient shortcut version: .metrics_*
Enhancements
Variance (var
) is now calculated by metrics_basic()
. This may potentially break some existing processing routines.
Added several checks for user-provided input. Error messages should now be a bit more informative.
Fixes
Examples are now provided for all functions.
All examples were updated - lidR::grid_metrics()
function replaced with lidR::pixel_metrics()
Fixed issue with metrics_voxels()
failing when the zmin
parameter was used #3 and #11
Fixed issue with warnings being generated when using metrics_basic
#12
Fixed issue with warnings being generated when using metrics_dispersion
#13
VCI calculations were incorrect. VCI now requires zmax parameter to be calculated.