BuildIndexFromPoints | R Documentation |
Longer description
BuildIndexFromPoints(
baseURL,
folderName,
outputFile,
projString = NULL,
outputCRS = NULL,
fileType = "\\.las|\\.laz",
dirFormat = "ls",
dimensionThreshold = 50000,
appendInfo = NULL,
rebuild = FALSE,
quiet = FALSE
)
baseURL |
URL for a folder on a remote host. Trailing slash should not be included. |
folderName |
Folder name on the |
outputFile |
Full path and filename on the local file system for the index file. |
projString |
A valid projection string that can be used with the |
outputCRS |
A valid projection string that can be used with the |
fileType |
Any valid string for the pattern parameter in |
dirFormat |
String indicating the expected directory format for the
|
dimensionThreshold |
Size threshold used to omit files from the index. This is intended to help omit invalid LAS.LAZ files from the index. If the height or width of the point tile exceeds the threshold, the tile will be omitted. |
appendInfo |
Data frame (single row) with values to append to each
feature in the return |
rebuild |
Boolean. If TRUE, the index is always created. If FALSE, the index is only created if it does not already exist. |
quiet |
Boolean to control display of status information. If TRUE, information is not displayed. Otherwise, status information is displayed. |
Boolean indicating success (TRUE) or failure (FALSE).
## Not run:
BuildIndexFromPoints()
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.