我有从MIF/MID文件转换而来的serval表,并对它们进行了一些数据处理。
我使用ogr2org将MIF/MID转换为postgis表,
ogr2ogr -f PostgreSQL PG:"<dbconn>" "xxx.mif"但如何将表转换为MIF/MID?
发布于 2018-08-31 13:01:19
ogr2ogr -f "MID" foo.mid PG:"dbconnectionstring" -sql "select * from table"https://stackoverflow.com/questions/52114159
复制相似问题