ReadLocalLASInfo: LidarIndexR - Read LAS/LAZ header info and CRS information

ReadLocalLASInfoR Documentation

LidarIndexR – Read LAS/LAZ header info and CRS information

Description

Read the header information for a LAS/LAZ file including CRS information. Only the file header is read (including VLRs) so you don't have to worry about the size of the LAS/LAZ file.

Usage

ReadLocalLASInfo(path, quiet = TRUE)

Arguments

path

Path for a LAS/LAZ file.

quiet

Boolean to control display of status information. If TRUE, information is not displayed. Otherwise, status information is displayed.

Value

A data frame (invisible) containing the CRS WKT information string and header info. If file has no CRS information, the crs column in the data frame will be an empty string.

Examples

## Not run: 
ReadLocalLASInfo()

## End(Not run)

bmcgaughey1/LidarIndexR documentation built on April 14, 2025, 6:07 p.m.