Description Usage Arguments Value See Also
When a LAS image is imported, the name of the file from which it was read is
recorded in the lidar.las_metadata
table of the database. This
function queries that table to see which, if any, of the names provided
in the filenames
argument are present in that table.
1 | db_lasfile_imported(dbsettings, filenames)
|
dbsettings |
A named list of database connection settings returned
by |
filenames |
A character vector of one or more file names. These can be
full paths or file names with or without extensions. File extensions
(e.g. |
A logical vector with the input file names as element names and
TRUE
values indicating files that have already been imported.
db_connect_postgis
db_create_postgis
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.