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

View source: R/arc2sp.R

arc2spR Documentation

Converts ArcGIS feature class to an sp object

Description

Opens an ArcGIS feature class and converts it to the sp spatial data format.

Usage

arc2sp(fc_path)

Arguments

fc_path

character; Path to the ArcGIS geodatabase feature class.

Details

The arc2sp 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

The specified ArcGIS feature class as an sp object.

References

ESRI ArcGIS Desktop, ArcGIS Pro

https://pro.arcgis.com/

arcgisbinding

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

See Also

The sp2arc function for saving data back to an ESRI spatial dataset.


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