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

View source: R/sf2arc.R

sf2arcR Documentation

Converts an sf object to an ArcGIS feature class

Description

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

Usage

sf2arc(sf_object, fc_path)

Arguments

fc_path

character; Path to the ArcGIS feature class.

sp_object

sf object

Details

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.

Value

Writes the sf 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 arc2sf function for loading data from and ESRI spatial dataset.


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