.location,GLocation-method | R Documentation |
GRASS "projects" or "locations" are sets of one or more rasters and/or vectors with the same coordinate reference systems, and may or may not represent the same actual location on Earth. GRASS "mapsets" are like sub-folders of locations, and are collections of rasters and/or vectors typically related to the same general project. Typical users will not need to make changes to the default location (called "location") or mapset (called "PERMANENT"). See vignette("projects_mapsets", package = "fasterRaster")
.
This function deletes a GRASS "project"/"location", rasters, and vectors therein. This function should be used cautiously and is mainly of use to developers. See vignette("projects_mapsets", package = "fasterRaster")
.
## S4 method for signature 'GLocation'
.location(x)
## S4 method for signature 'missing'
.location(x)
.locationDelete(location, mapset = NULL, workDir = NULL)
x |
Either:
|
location |
Character: Name of the GRASS "location". |
mapset |
Character or |
workDir |
Character: Either |
A character string.
If successful, TRUE
(invisibly). If not, then FALSE
(also invisibly), plus a warning.
.mapset()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.