(deprecated) Use read.las
readlasdata(files, i = TRUE, r = TRUE, n = TRUE, d = TRUE, e = TRUE,
c = TRUE, a = TRUE, u = TRUE, p = TRUE, rgb = TRUE, t = TRUE,
filter = "", eb = 0)
filepath character string to the .las or .laz files
logical. do you want to load the Intensity field? default: TRUE
logical. do you want to load the ReturnNumber field? default: TRUE
logical. do you want to load the NumberOfReturns field? default: TRUE
logical. do you want to load the ScanDirectionFlag field? default: TRUE
logical. do you want to load the EdgeOfFlightline field? default: TRUE
logical. do you want to load the Classification field? default: TRUE
logical. do you want to load the ScanAngle field? default: TRUE
logical. do you want to load the UserData field? default: TRUE
logical. do you want to load the PointSourceID field? default: TRUE
logical. do you want to load R,G and B fields? default: TRUE
logical. do you want to load gpstime fields? default: TRUE
character. filter data while reading the file (streaming filter) without allocating any useless memory. (see Details).
integer vector. which extra byte attributes to load (see
LAS file format specs).
default is 0 meaning that all extra fields will be loaded. c(1,3,7)
to load the first, the
third and the seventh extra byte attributes. None is numeric(0)
or NULL
.
A data.table