Resolves a character vector of file system paths or VPC objects into a flat
character vector of LAS/LAZ/COPC file paths. Inputs may be individual files,
directories, .vpc files, or VPC objects already loaded in R. Unsupported
paths and formats are silently ignored.
Value
A character vector of resolved LAS/LAZ/COPC file paths. Returns an empty character vector (invisibly) if no valid files are found.
Details
This function is intended for internal use. It performs no validation beyond basic existence checks and never errors or warns.
Supported inputs:
Individual
.las,.laz, or.copcfilesDirectories (non-recursive search)
.vpcfiles (assets are extracted from the VPC JSON)VPC objects already loaded in R (lists with
type = "FeatureCollection")
Unsupported file formats, non-existent paths, empty directories,
and unreadable .vpc files are silently skipped.