gpstime
fieldThis is a simple wrapper to filter_poi
that takes as input relative values instead of absolute time stamps for filtering LAS
object based on the gpstime. This function is particularly useful to check narrow intervals of point cloud frames from mobile scanning data.
gpsTimeFilter(las, from = 0, to = 1)
LAS
object.
numeric
- gpstime percentile thresholds (from 0 to 1) to keep points in between.
LAS
object.