sp2arc | R Documentation |
sp
object to an ArcGIS feature classConverts an sp
object to an ArcGIS feature class in
the specified geodatabase feature class.
sp2arc(sp_object, fc_path)
sp_object |
|
fc_path |
character; Path to the ArcGIS feature class. |
The sp2arc
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 sp
object to an ArcGIS feature class specified
by path.
arcgisbinding
https://r-arcgis.github.io/assets/arcgisbinding-vignette.html
The arc2sp
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.