I know how to do this within Quantum GIS but I have 30+ shapefiles that need to be converted to GML. Is there a Python script sample or plugin for Quantum GIS that I can use to convert my shapefiles to GML?
Tell me more
×
Geographic Information Systems Stack Exchange is a question and answer site for
cartographers, geographers and GIS professionals. It's 100% free, no registration required.
|
With the installation of QGIS you will have the GDAL/OGR libraries installed. OGR supports both shapefiles and GML (and many other vector formats). You can then create a batch process from ogr2ogr to perform the transformation. |
|||
|
|
|
You can do this from the command-line shell using
That would be a |
||||
|
|
ogr2ogr seg.shp pla.gml segmentsdoes it not work for you? – Aragon Jul 10 '12 at 6:54SHPintoGMLinOS VerctorMap Localformat? – Nickon Oct 16 '12 at 9:09