是否可以使用 ogr2ogr 在 html 页面中合并 shapefile?
我想创建一个网站页面,允许我搜索计算机目录以选择两个 shapefile,然后使用 ogr2ogr 合并 shapefile 并返回运行 GDAL 的合并 shapfile,如下所示:
ogr2ogr -f "ESRI Shapefile" merged.shp a.shp
ogr2ogr -f "ESRI Shapefile" -append -update merged.shp b.shp
关于我需要看哪里的任何建议都会很棒。