arc.data2sf: Convert an arc.dataframe object to an sf Simple Feature object
Description
Convert an ArcGIS data.frame to the equivalent sf object
type. The output types that can be generated:
POINT, MULTIPOINT, POLYGON, MULTIPOLYGON, LINESTRING, MULTILINESTRING.
# NOT RUN {require(sf)
d <- arc.select(arc.open(system.file("extdata", "ca_ozone_pts.shp", package="arcgisbinding")), 'ozone')
x <- arc.data2sf(d)
# }# NOT RUN {plot(x)
# }