Import Spatial Vector Data
Usage
import_SVD(x = NULL, dsn, layer, ...)
Arguments
- x
Object of class `sf`
- dsn
Data source name such as the directory where the file is located
- layer
Layer name such as the filename of the file to be converted
- ...
Other arguments passed on to `sf::st_read()` together with `dsn` and `layer`
Value
Object of class `sf`. If CRS of the original data is in Long/Lat, it is transformed to EPSG:3857