我正在使用gSimplify
(rgeos包)来简化shapefile的几何形状。该功能运行良好,但现在我无法在新的shapefile中写入输出。我尝试了一些方法:
writeOGR(simplyshape, file, driver="ESRI Shapefile", layer='test')
我懂了
obj必须是SpatialPointsDataFrame,SpatialLinesDataFrame或SpatialPolygonsDataFrame
与:
writePolyShape(simplyshape, file)
我得到:
错误:is(x,“ SpatialPolygonsDataFrame”)不是TRUE