lidR (version 1.2.1)

lasflightline: Retrieve individual flightlines

Description

Retrieve each individual flightline by attributing a number to each point. The function depends on the GPS time to retrieve each individual flightline. In a continuous dataset, once points are ordered by GPS time, the time between two consecutive points does not exceed a few milliseconds. If the time between two consecutive points is too long it means that the second point is from a different flightline. The default threshold is 30 seconds. A column 'flightlineID' is added in the slot @data

Usage

lasflightline(.las, dt = 30)

Arguments

.las

A LAS object

dt

numeric. The threshold time lag used to retrieve flightlines

Value

Return nothing. The original object is modified in place by reference.