Zsoil: Zsoil : recalculates Z values

Description Usage Arguments Value

Description

This function recalculates the Z value based on the distance to the ground.

Usage

1
Zsoil(Mydata, Hsoil = 4)

Arguments

Mydata

This dataset should contain at least 3 columns with X, Y, Z values. The .las (.laz) format is better for faster processing but a data.frame (or data.table) is acceptable.

Hsoil

Indicates the height of the points held above ground to create the DTM. If the field is generally flat, the 4 m by default are sufficient, however for a fairly steep terrain, it may be necessary to increase the value of Zsoil.

Value

Returns a file in the las format containing the columns X, Y and Z as well as the new column Zr.


EmmanuelDuchateau/TLS documentation built on May 14, 2019, 2:01 p.m.