ReadRemoteLASHeader | R Documentation |
Reads the header of a LAS/LAZ file and returns header information in a data frame. Only the header is read.
ReadRemoteLASHeader(URL, quiet = FALSE)
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. |
A data frame containing header information.
## Not run:
ReadRemoteLASHeader()
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.