[Qgis-user] Export SHP2GPX Massively
    Luca Manganelli 
    luca76 at gmail.com
       
    Thu Dec 11 01:40:36 PST 2014
    
    
  
2014-12-11 10:16 GMT+01:00 Corredera_Estudio de Ingeniería GEOCOBET
CARTOGRAFÍA Y SIG <corredera at geocobet.com>:
> I need to move the axes of a SHP track individual GPX each route but
> massively, automatic, and not one by one, as the number of tracks contained
> in SHP starting is very high and save them one by one to GPX from QGIS
> consume much time.
> Does anyone know of a way to make that transformation massively?
> Thanks and regards
You can use OGR2OGR from command line:
ogr2ogr -f GPX output.gpx input.shp
See here for more info and examples:
http://www.gdal.org/drv_gpx.html
    
    
More information about the Qgis-user
mailing list