gpsTimeFilter: Filter points based on the 'gpstime' field

Description Usage Arguments Value

Description

This 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.

Usage

1
gpsTimeFilter(las, from = 0, to = 1)

Arguments

las

LAS object.

from, to

numeric - gpstime percentile thresholds (from 0 to 1) to keep points in between.

Value

LAS object.


TreeLS documentation built on Aug. 26, 2020, 5:14 p.m.