Tagged Questions
2
votes
1answer
184 views
How to use non-native spatial data from MS SQL Server with ogr2ogr?
I have some tables in MS SQL Server (2012) with WKT string columns.
I want to export these data to a MapInfo tab file.
Currently I am using the following command:
ogr2ogr -f "MapInfo File" ...
1
vote
0answers
126 views
How to convert shapefile to mapinfo file preserving special characters?
I have to convert a bunch of shapefiles to mapinfo files on a machine without a MapInfo license, so I am using ogr2ogr to perform this task.
The problem is that when opening the mapinfo files in ...
4
votes
6answers
2k views
ogr2ogr convert all shapefiles in a directory
I have a directory with several shapefiles. How can convert all these shapefiles to MapInfo with ogr2ogr. I know how I can convert one file. And I can make a batch script writing a line for each file. ...
