[Qgis-user] open file .mxd

Maria Susana Lopreiato MSLopreiato at enargas.gov.ar
Thu Dec 11 10:04:21 PST 2014


Hi everybody, i want to know if  know how to open files .mxd in qgis
Thank you

María


De: qgis-user-bounces at lists.osgeo.org [mailto:qgis-user-bounces at lists.osgeo.org] En nombre de Bernd Vogelgesang
Enviado el: jueves, 11 de diciembre de 2014 07:20 a.m.
Para: Qgis-user at lists.osgeo.org; Corredera_Estudio de Ingeniería GEOCOBET CARTOGRAFÍA Y SIG
Asunto: Re: [Qgis-user] Export SHP2GPX Massively

Sorry, can't figure out what is meant by "I need to move the axes of a SHP track individual GPX each route..", but I assume that you have a shape file with lines and you would like to store parts of that as tracks (or better routes, cause you will not have a time component I think) in separate gpx files?

I can think of solution by first splitting your shapefile by your line ID with Vector -> Data Management Tools -> Split vector layer.
This will produce lots of shp files named with a schema like layername_fieldname_ID.shp
Before that, adjust your original files column names to GPX conventions to avoid trouble (Have a look at you already produced gpx files)

Then you could try to run a loop in a batch file with sth like this in it:
ogr2ogr -f GPX -dsco GPX_USE_EXTENSIONS=YES FORCE_GPX_ROUTE=YES destination.gpx source.shp

See here examples http://gis.stackexchange.com/questions/25366/ogr2ogr-convert-all-shapefiles-in-a-directory how to build such a loop

or even without loop:
http://gis.stackexchange.com/questions/22349/converting-tab-to-mif-mif-to-tab/22352#22352
(all not tested by me, all just wild guessing)

Hope I got the topic right and that this will help you to find the right way
Cheers
Bernd


Am 11.12.2014, 10:16 Uhr, schrieb Corredera_Estudio de Ingeniería GEOCOBET CARTOGRAFÍA Y SIG <corredera at geocobet.com<mailto: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

Francisco Corredera Quesada
GEOCOBET CARTOGRAFIA Y SIG
www.geocobet.com<http://www.geocobet.com>    corredera at geocobet.com<mailto:corredera at geocobet.com>   (+34) 928 80 87 42


Este correo electrónico y la información contenida en el mismo es de
carácter confidencial. Se dirige  exclusivamente al destinatario
mencionado en el encabezamiento. Si  el receptor de la comunicación no
fuera el destinatario, le rogamos nos lo comunique de inmediato y proceda
a destruir el mensaje recibido. Cualquier divulgación, copia,
distribución o utilización no autorizada de la información contenida en la
mismo está prohibida por la legislación vigente.


--
Bernd Vogelgesang
Siedlerstraße 2
91083 Baiersdorf/Igelsdorf
Tel: 09133-825374
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osgeo.org/pipermail/qgis-user/attachments/20141211/9e35965e/attachment.html>


More information about the Qgis-user mailing list