sp2arc: Converts an 'sp' object to an ArcGIS feature class

View source: R/sp2arc.R

sp2arcR Documentation

Converts an sp object to an ArcGIS feature class

Description

Converts an sp object to an ArcGIS feature class in the specified geodatabase feature class.

Usage

sp2arc(sp_object, fc_path)

Arguments

sp_object

sp object

fc_path

character; Path to the ArcGIS feature class.

Details

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.

Value

Writes the sp object to an ArcGIS feature class specified by path.

References

ESRI ArcGIS Desktop, ArcGIS Pro

https://pro.arcgis.com/

arcgisbinding

https://r-arcgis.github.io/assets/arcgisbinding-vignette.html

See Also

The arc2sp function for loading data from and ESRI spatial dataset.


mpdougherty/resri documentation built on March 31, 2022, 9:52 a.m.