db_lasfile_imported: Check if one or more LAS files have been imported into the...

Description Usage Arguments Value See Also

View source: R/db_functions.R

Description

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.

Usage

1
db_lasfile_imported(dbsettings, filenames)

Arguments

dbsettings

A named list of database connection settings returned by db_connect_postgis or db_create_postgis.

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. .las; .LAZ; .zip) and are ignored for comparison purposes, as is case.

Value

A logical vector with the input file names as element names and TRUE values indicating files that have already been imported.

See Also

db_connect_postgis db_create_postgis


mbedward/CERMBlidarpostgis documentation built on Nov. 14, 2021, 7:15 p.m.