ReadRemoteLASHeader: LidarIndexR - Read the header for a remote LAS/LAZ file

View source: R/LidarIndexR.R

ReadRemoteLASHeaderR Documentation

LidarIndexR – Read the header for a remote LAS/LAZ file

Description

Reads the header of a LAS/LAZ file and returns header information in a data frame. Only the header is read.

Usage

ReadRemoteLASHeader(URL, quiet = FALSE)

Arguments

URL

URL for a LAS/LAZ file on a remote host.

quiet

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

Value

A data frame containing header information.

Examples

## Not run: 
ReadRemoteLASHeader()

## End(Not run)

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