ExtractCRSFromLocalPoints | R Documentation |
Reads CRS information from local LAS/LAZ files. This is done by
reading only the file header headerOnly = TRUE
or retrieving the entire
file and reading the header headerOnly = FALSE
.
ExtractCRSFromLocalPoints(
basePath,
folderName,
headerOnly = TRUE,
quiet = FALSE,
...
)
basePath |
Path for a folder on a remote host. Trailing slash should not be included. |
folderName |
Folder name on the |
headerOnly |
Boolean. If TRUE, only the file header is read. If FALSE, the entire LAS/LAZ file is retrieved and then the header is read to extract CRS information. |
quiet |
Boolean to control display of status information. If TRUE, information is not displayed. Otherwise, status information is displayed. |
... |
Arguments passed to |
String (invisible) containing a valid input value for st_crs()
.
## Not run:
FetchAndExtractCRSFromPoints()
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.