Tagged Questions
1
vote
0answers
127 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 ...
0
votes
1answer
417 views
Shapefile to MSSQL with ogr2ogr fails to make connection
I am using ogr2ogr from OSGeo4W on my Windows 7 box to import a shapefile into a SQL Server database on one of my servers. I was able to successfully complete the conversion using shp2sqlserver, but I ...
1
vote
1answer
207 views
Exporting vector to kml with ogr2ogr without extended data
If I convert a shapefile as kml in QGIS, GRASS or ogr2ogr directly, defining the name and/or description field with the -dsco tag, all columns in the attribute table of the input layer are exported to ...
1
vote
4answers
2k views
How to convert SHP into GPX or JSON?
I would like to convert the tree inventory shape files of London (Canada) into a GPX file and if possible into a JSON file. You can download the archive from their Open Data website. It contains the ...
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. ...
5
votes
2answers
1k views
ogr2ogr kml to shp conversion created 184 shapefiles?! What am I missing?
I'm trying to convert this KML dataset of ice arenas to a shapefile using ogr2ogr (GDAL 1.8). After some initial troubleshooting to get the script running, it's creating 184 different shapefiles (736 ...