Skip to contents

Normalize the point cloud using triangulate and transform_with

Usage

normalize(extrabytes = FALSE)

Arguments

extrabytes

bool. If FALSE the coordinate Z of the point cloud is modified and becomes the height above ground (HAG). If TRUE the coordinate Z is not modified and a new extrabytes attribute named 'HAG' is added to the point cloud.

Examples

f <- system.file("extdata", "Topography.las", package="lasR")
pipeline <- reader_las() + normalize() + write_las()
exec(pipeline, on = f)
#> [1] "/tmp/RtmpI3nt3B/Topography.las"