我想合并2个形状文件

时间:2019-07-15 20:06:04

标签: merge shapefile

我想合并两个shapefile地图(印度和中国),但是由于坐标的缘故,结果被截断了。任何提示,如何扩展坐标都可以使我获得完整的shapefile,而不是像图像一样被截断。

India.Areas <- readOGR(".", "map")
China.Areas <- readOGR(".", "map2")
subs1 <- readOGR('map.shp')
subs2 <- readOGR('map2.shp')
subs_union <- union(subs1, subs2)

fetch API

0 个答案:

没有答案