TreeLS (version 2.0.2)

gpsTimeFilter: Filter points based on the gpstime field

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

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.