.locationCreate,character-method {fasterRaster} | R Documentation |
Connect to "GRASS"
Description
This function initializes a GRASS "project" (previously known in GRASS as a "location"; see vignette("projects_mapsets", package = "fasterRaster")
). You need to run this function (often just once) before you use most functions in fasterRaster. This function is of use to developers, not most users.
Usage
## S4 method for signature 'character'
.locationCreate(x, location = NULL, overwrite = FALSE, warn = TRUE)
## S4 method for signature 'SpatRaster'
.locationCreate(x, location = NULL, overwrite = FALSE, warn = TRUE)
## S4 method for signature 'SpatVector'
.locationCreate(x, location = NULL, overwrite = FALSE, warn = TRUE)
## S4 method for signature 'sf'
.locationCreate(x, location = NULL, overwrite = FALSE, warn = TRUE)
Arguments
x |
Any object from which a coordinate reference system (CRS) can be acquired. Ergo, any of:
|
location |
Character or |
overwrite |
Logical: If |
warn |
Logical: If |
Value
A GLocation object (invisibly).