View source: R/tile_functions.R
get_scan_times | R Documentation |
The data table for an imported LAS tile includes a gpstime
column
which gives, for each point, scan time expressed as S - 1e9
where
S
is the number of seconds since GPS epoch time: 1980-01-06 00:00:00
(GMT / UTC). This function converts the GPS time values to POSIXct
date-times and finds the start and end values, either for the tile as a whole
or for individual flightlines.
get_scan_times(las, by)
las |
A LAS object, e.g. imported using |
by |
One of 'all' (default) or 'flightline'. Case-insensitive and may be abbreviated. |
A data frame of start and end times.
remove_zero_gpstimes
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.