- changes in
metrics_set2()
andmetrics_set3()
.metrics_set2()
now consists of all metrics that are calculated based on theZ
,ReturnNumber
andNumberOfReturn
attributes. Metrics that require more time consuming computations in 3D space (metrics_rumple()
,metrics_voxels()
) as well as less common metrics are now moved tometrics_set3()
.
- added benchmarking results in
readme.md
- Fixed issue with
metrics_echo2()
that caused function fail when theKeepReturns
wasNULL
(default value). Function's new default value ofKeepReturns
is set toc(1,2,3,4)
(#19). - Fixed issue in
metrics_texture()
. Updated to match the most recent changes in theForestTool
package (#20).
- 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_*
- Variance (
var
) is now calculated bymetrics_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.
- Examples are now provided for all functions.
- All examples were updated -
lidR::grid_metrics()
function replaced withlidR::pixel_metrics()
- Fixed issue with
metrics_voxels()
failing when thezmin
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.