.locationCreate,character-method | R Documentation |
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.
## 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)
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 |
A GLocation object (invisibly).
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.