ReadLocalLASProjection | R Documentation |
Read the header for a LAS/LAZ file and read CRS information from the header. Only the file header is read (including VLRs) so you don't have to worry about the size of the LAS/LAZ file.
ReadLocalLASProjection(path, quiet = TRUE)
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. |
A string (invisible) containing the CRS WKT information retrieved from the LAS/LAZ header. Returns an empty string if file has no CRS information.
## Not run:
ReadLocalLASProjection()
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.