我有一些从 MIF/MID 文件转换而来的 postgis 表,我对它们进行了一些数据处理。
我使用 ogr2org 将 MIF/MID 转换为 postgis 表,
ogr2ogr -f PostgreSQL PG:"<dbconn>" "xxx.mif"
但是如何将表格转换为 MIF/MID?
根据https://www.gdal.org/drv_mitab.html
ogr2ogr -f "MID" foo.mid PG:"dbconnectionstring" -sql "select * from table"