View source: R/self_similarity_utilities.R
import_SVD | R Documentation |
Import Spatial Vector Data
import_SVD(x = NULL, dsn, layer, ...)
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' |
Object of class 'sf'. If CRS of the original data is in Long/Lat, it is transformed to EPSG:3857
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.