sf2arc | R Documentation |
sf
object to an ArcGIS feature classConverts an sf
object to an ArcGIS feature class in
the specified geodatabase feature class.
sf2arc(sf_object, fc_path)
fc_path |
character; Path to the ArcGIS feature class. |
sp_object |
|
The sf2arc
function requires the prior installation of the
arcgisbinding
package AND a licensed installation of ESRI
ArcGIS Desktop
or ArcGIS Pro
. The arcgisbinding
package can be installed from within ArcGIS Pro
or by following the
instructions at
https://r-arcgis.github.io/assets/arcgisbinding-vignette.html for
ArcGIS Desktop
users.
Writes the sf
object to an ArcGIS feature class specified
by path.
arcgisbinding
https://r-arcgis.github.io/assets/arcgisbinding-vignette.html
The arc2sf
function for loading data from and ESRI
spatial dataset.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.