powered by
Convert arc.shape-class to sfc simple feature geometry: POINT, MULTIPOINT, POLYGON, MULTIPOLYGON, LINESTRING, MULTILINESTRING.
arc.shape-class
sfc
POINT
MULTIPOINT
POLYGON
MULTIPOLYGON
LINESTRING
MULTILINESTRING
arc.shape2sf(shape)
arc.shape
# NOT RUN { require(sp) d <- arc.select(arc.open(system.file("extdata", "ca_ozone_pts.shp", package="arcgisbinding")), 'ozone') x <- arc.shape2sp(arc.shape(d)) # } # NOT RUN { plot(x) # }
Run the code above in your browser using DataLab