arc2sf: Converts ArcGIS feature class to an 'sf' object

View source: R/arc2sf.R

arc2sfR Documentation

Converts ArcGIS feature class to an sf object

Description

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

Usage

arc2sf(fc_path)

Arguments

fc_path

character; Path to the ArcGIS geodatabase feature class.

Details

The arc2sf 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 sf object.

References

ESRI ArcGIS Desktop, ArcGIS Pro

https://pro.arcgis.com/

arcgisbinding

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

See Also

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


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