Description Usage Arguments Value
This function queries the 'las_metadata'
table with optional
subsetting based on LAS image file names and/or capture dates. It returns an
'sf'
spatial data frame containing the source file name, start and end
capture dates and times, and bounding rectangle of the point cloud as a
polygon. If no file name or date constraints are specified, all records in
the table are returned.
1 2 3 4 5 6 7 8 |
dbsettings |
A named list of database connection settings returned
by |
mapnames |
An optional list of map names. The default ( |
with.purpose |
One of |
file.pattern |
A string pattern to match LAS source file names. Matching is done ignoring case. The pattern can be any of the following:
The default ( |
capture.start |
Beginning of time window for LAS images. Can be
specified as a character string or an object of class |
capture.end |
End of time window for LAS images. Can be
specified as a character string or an object of class |
An 'sf'
spatial data frame containing the source file name,
start and end capture dates and times, and bounding rectangle of the point
cloud as a polygon.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.