ReadRemoteLASProjection | R Documentation |
Download the header for a LAS/LAZ file and read CRS information from the header. Only the file header is downloaded (including VLRs) so you don't have to worry about the size of the LAS/LAZ file.
ReadRemoteLASProjection(URL, tempFolder, quiet = FALSE)
URL |
URL for a LAS/LAZ file on a remote host. |
tempFolder |
A valid folder name where the LAS/LAZ file header can be temporarily stored. The header file is deleted after use. |
quiet |
Boolean to control display of status information. If TRUE, information is not displayed. Otherwise, status information is displayed. |
A string (invisible) containing the CRS information retrieved from the LAS/LAZ header.
## Not run:
ReadRemoteLASProjection()
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.