Add Height Above Ground to a selection of files in a catalog
add_height_catalog.RdAdds the height above ground in an ExtraByte attribute H to files of a
catalog. Files are renamed with the prefix "EB-" and are indexed with a
".lax" file because they are not written as "copc" files. Applies the function
add_height_extrabyte, and requires that adjacent tiles are
present in the catalog to avoid border effects.
Arguments
- cata
A
LAScatalog-classobject. In case no region of interest is provided and the catalog object has a "processed" attribute, only files withTRUEvalues are processed.- roi
sfobject or character vector. Region of interest ifsfobject, "blocs" of interest if character vector.- prompt
boolean. Should the user be prompted before plotting and normalizing ?
- ncores
Integer, number of cores to use with
futurepackage.
Valeur de retour
The updated LAScatalog-class object.