sf2gvec | R Documentation |
Write sf object to GRASS 7/8 vector utilising an existing or creating a new GRASS environment
sf2gvec(x, obj_name, gisdbase, location, gisdbase_exist = FALSE)
x |
|
obj_name |
name of GRASS layer |
gisdbase |
GRASS gisDbase folder |
location |
GRASS location name containing |
gisdbase_exist |
logical switch if the GRASS gisdbase folder exist default is TRUE |
have a look at the sf
capabilities to write direct to sqlite
Chris Reudenbach
## Not run: ## example # get meuse data as sf object require(sf) nc <- st_read(system.file("shape/nc.shp", package="sf")) # write data to GRASS and create gisdbase sf2gvec(x = nc, obj_name = "nc_R-G", gisdbase = "~/temp3", location = "project1") # read from existing GRASS gvec2sf(x = nc_R-G, obj_name = "nc_R-G", gisdbase = "~/temp3", location = "project1") ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.