GDAL的使用简介
程序员文章站
2022-03-01 21:42:09
...
源码:https://github.com/OSGeo/gdal
API: https://gdal.org/api/index.html
1.数据格式转换:
# # shp转geojson
ogr2ogr -f "GeoJSON" d_cjw_yx.json gz_xzqh_cjw.shp
# json转shp
ogr2ogr -f "ESRI Shapefile" v.shp geojsonfile.json