Re: [Qgis-user] shp a GPS

2012-08-02 Thread Goyo
El día 15 de julio de 2012 18:59, Juan Pablo Virgillito
jpvirgill...@gmail.com escribió:
 Que tal, estoy tratando de cargar una ruta al GPS Garmin Etrex Legend,
 supuestamente haciendo click sobre el shape y gurdando como GPX estaría
 solucionado pero me da el siguiente error:


 Falló la exportación a archivo vectorial.

 Error: falló la creación del campo Name (error de OGR: Field of name 'Name'
 is not supported in GPX schema. Use GPX_USE_EXTENSIONS creation option to
 allow use of the extensions element.)



Try this: in the Save vector layer as... dialog mark the Skip
attribute creation checkbox.

Goyo
___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-user


Re: [Qgis-user] shp a GPS

2012-07-16 Thread Andre Joost

Am 16.07.12 08:36, schrieb Lene Fischer:

Hi André
In this case you don´t get the attribut data in the file, just objectdata.


Thats true, but a GPS unit would not understand those attributes anyway.

Greetings,
André Joost

___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-user


Re: [Qgis-user] shp a GPS

2012-07-16 Thread Lene Fischer
Hi
That is not correct. Newer GPS can read attribute data.
Regards
Lene Fischer

Fra: qgis-user-boun...@lists.osgeo.org [qgis-user-boun...@lists.osgeo.org] 
p#229; vegne af Andre Joost [andre+jo...@nurfuerspam.de]
Sendt: 16. juli 2012 08:41
Til: qgis-user@lists.osgeo.org
Emne: Re: [Qgis-user] shp a GPS

Am 16.07.12 08:36, schrieb Lene Fischer:
 Hi André
 In this case you don´t get the attribut data in the file, just objectdata.

Thats true, but a GPS unit would not understand those attributes anyway.

Greetings,
André Joost

___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-user


___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-user


Re: [Qgis-user] shp a GPS

2012-07-16 Thread JC Notter

Hi,

A good solution is to use GPSBAbel , 3 ways :
* command line
* GUI
* GPS tools plugin in Qgis (= path to declare)

It makes a GPX file compatible for GPS

JC Notter


Le 15/07/2012 20:59, Juan Pablo Virgillito a écrit :
Que tal, estoy tratando de cargar una ruta al GPS Garmin Etrex Legend, 
supuestamente haciendo click sobre el shape y gurdando como GPX 
estaría solucionado pero me da el siguiente error:



Falló la exportación a archivo vectorial.

Error: falló la creación del campo Name (error de OGR: Field of name 
'Name' is not supported in GPX schema. Use GPX_USE_EXTENSIONS creation 
option to allow use of the extensions element.)




--
Juan Pablo Virgillito


___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-user


___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-user


Re: [Qgis-user] shp a GPS

2012-07-16 Thread Lene Fischer
Hi JC
If I use GPSBabel I can´t find SHP format to convert. Which format do you use 
for uploading a SHP til GPS via Babel?

I normally use QGIS Save As GPX GPX_USE_EXTENSIONS=yes
Then GPS-ToolsUpload to GPS  
or  Save As and then choosing the GPS-disk (depending on which GPS I use)

Regards
Lene Fischer

Fra: qgis-user-boun...@lists.osgeo.org [qgis-user-boun...@lists.osgeo.org] 
p#229; vegne af JC Notter [jc.not...@orange.fr]
Sendt: 16. juli 2012 09:21
Til: qgis-user@lists.osgeo.org
Emne: Re: [Qgis-user] shp a GPS

Hi,

A good solution is to use GPSBAbel , 3 ways :
* command line
* GUI
* GPS tools plugin in Qgis (= path to declare)

It makes a GPX file compatible for GPS

JC Notter


Le 15/07/2012 20:59, Juan Pablo Virgillito a écrit :
 Que tal, estoy tratando de cargar una ruta al GPS Garmin Etrex Legend,
 supuestamente haciendo click sobre el shape y gurdando como GPX
 estaría solucionado pero me da el siguiente error:


 Falló la exportación a archivo vectorial.

 Error: falló la creación del campo Name (error de OGR: Field of name
 'Name' is not supported in GPX schema. Use GPX_USE_EXTENSIONS creation
 option to allow use of the extensions element.)



 --
 Juan Pablo Virgillito


 ___
 Qgis-user mailing list
 Qgis-user@lists.osgeo.org
 http://lists.osgeo.org/mailman/listinfo/qgis-user

___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-user


___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-user


Re: [Qgis-user] shp a GPS - Attributes i GPX-files

2012-07-16 Thread Lene Fischer
Hi
In a GPX file the GPS always use these fields below as standard.
In the list you can see the format of data.
If you convert a SHP-file to GPX the non-conformant attributefields from the 
SHP-file will be added in the end of the coloumns with a OGR_ added in the 
fieldname.

Regards
Lene Fischer


GPX Waypoint attribute XSD-part
lat=latitudeType [1] ?
lon=longitudeType [1] ? 
ele xsd:decimal /ele [0..1] ?
time xsd:dateTime /time [0..1] ?
magvar degreesType /magvar [0..1] ?
geoidheight xsd:decimal /geoidheight [0..1] ?
name xsd:string /name [0..1] ?
cmt xsd:string /cmt [0..1] ?
desc xsd:string /desc [0..1] ?
src xsd:string /src [0..1] ?
link linkType /link [0..*] ?
sym xsd:string /sym [0..1] ?
type xsd:string /type [0..1] ?
fix fixType /fix [0..1] ?
sat xsd:nonNegativeInteger /sat [0..1] ?
hdop xsd:decimal /hdop [0..1] ?
vdop xsd:decimal /vdop [0..1] ?
pdop xsd:decimal /pdop [0..1] ?
ageofdgpsdata xsd:decimal /ageofdgpsdata [0..1] ?
dgpsid dgpsStationType /dgpsid [0..1] ?
extensions extensionsType /extensions [0..1] ?

Fra: qgis-user-boun...@lists.osgeo.org [qgis-user-boun...@lists.osgeo.org] 
p#229; vegne af JC Notter [jc.not...@orange.fr]
Sendt: 16. juli 2012 09:21
Til: qgis-user@lists.osgeo.org
Emne: Re: [Qgis-user] shp a GPS

Hi,

A good solution is to use GPSBAbel , 3 ways :
* command line
* GUI
* GPS tools plugin in Qgis (= path to declare)

It makes a GPX file compatible for GPS

JC Notter


Le 15/07/2012 20:59, Juan Pablo Virgillito a écrit :
 Que tal, estoy tratando de cargar una ruta al GPS Garmin Etrex Legend,
 supuestamente haciendo click sobre el shape y gurdando como GPX
 estaría solucionado pero me da el siguiente error:


 Falló la exportación a archivo vectorial.

 Error: falló la creación del campo Name (error de OGR: Field of name
 'Name' is not supported in GPX schema. Use GPX_USE_EXTENSIONS creation
 option to allow use of the extensions element.)



 --
 Juan Pablo Virgillito


 ___
 Qgis-user mailing list
 Qgis-user@lists.osgeo.org
 http://lists.osgeo.org/mailman/listinfo/qgis-user

___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-user


___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-user


Re: [Qgis-user] shp a GPS

2012-07-16 Thread Andre Joost

Am 16.07.12 09:48, schrieb Lene Fischer:

Hi JC
If I use GPSBabel I can´t find SHP format to convert. Which format do you use 
for uploading a SHP til GPS via Babel?

I normally use QGISSave As  GPX  GPX_USE_EXTENSIONS=yes
Then GPS-ToolsUpload to GPS
or  Save As and then choosing the GPS-disk (depending on which GPS I use)



Save As  GPX only creates *routes* in GPX files. If you want *tracks* 
instead, you can transform the file with GPSbabel using the filter option

routes - tracks.

Or is there another way to get track-GPX directly out of Qgis?
I'm missing that feature in the GPS Tools.

Greetings,
André Joost


___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-user


[Qgis-user] shp a GPS

2012-07-15 Thread Juan Pablo Virgillito
Que tal, estoy tratando de cargar una ruta al GPS Garmin Etrex Legend,
supuestamente haciendo click sobre el shape y gurdando como GPX estaría
solucionado pero me da el siguiente error:


Falló la exportación a archivo vectorial.

Error: falló la creación del campo Name (error de OGR: Field of name 'Name'
is not supported in GPX schema. Use GPX_USE_EXTENSIONS creation option to
allow use of the extensions element.)


-- 
Juan Pablo Virgillito
___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-user


[Qgis-user] shp a GPS

2012-07-15 Thread Juan Pablo Virgillito
Hi I'm trying to load a route to GPS Garmin Etrex Legend, allegedly by
clicking on the shape and keeping as GPX would be solved but I get the
following error:


Failed to export vector file.

Error: failed to create the Name field (OGR error: Field of name 'Name' is not
supported in GPX schema. Use GPX_USE_EXTENSIONS option to allow creation of
the extensions use element.)

Thanks Lene
-- 
Juan Pablo Virgillito
___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-user


Re: [Qgis-user] shp a GPS

2012-07-15 Thread Filipe Silva Dias
Hi
I had that problem but never found the solution

Probably someone on this list can help you, but if all else fails try
DNRGPS, it works smoothly:

http://www.dnr.state.mn.us/mis/gis/DNRGPS/DNRGPS.html



On Sun, Jul 15, 2012 at 7:51 PM, Juan Pablo Virgillito 
jpvirgill...@gmail.com wrote:

 Hi I'm trying to load a route to GPS Garmin Etrex Legend, allegedly by
 clicking on the shape and keeping as GPX would be solved but I get the
 following error:


 Failed to export vector file.

 Error: failed to create the Name field (OGR error: Field of name 'Name' is not
 supported in GPX schema. Use GPX_USE_EXTENSIONS option to allow creation of
 the extensions use element.)

 Thanks Lene
 --
 Juan Pablo Virgillito

 ___
 Qgis-user mailing list
 Qgis-user@lists.osgeo.org
 http://lists.osgeo.org/mailman/listinfo/qgis-user


___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-user


Re: [Qgis-user] shp a GPS

2012-07-15 Thread Giovanni Manghi
Hi Filipe, Juam

On Sun, 2012-07-15 at 19:56 +0100, Filipe Silva Dias wrote:
 Hi
 I had that problem but never found the solution
 
 Probably someone on this list can help you, but if all else fails try
 DNRGPS, it works smoothly:
 
 http://www.dnr.state.mn.us/mis/gis/DNRGPS/DNRGPS.html
 

Filipe, your issue was different. Juan ones seem to be related to the
fact that into a gpx you cannot save fields with whatever name, a
official schema must be used

http://www.topografix.com/gpx.asp

cheers

-- Giovanni --

___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-user


Re: [Qgis-user] shp a GPS

2012-07-15 Thread Lene Fischer
Hi
In the textbox Data Source write GPX_USE_EXTENSIONS=yes

This shoul solve the problem.
Regards
Lene Fischer
Ass. Professor -  GIS  GPS

Danish Center for Forest, Landscape and Planning
University of Copenhagen
Nødebovej 77A
DK- 3480 Fredensborg
Phone: 0045 40115084
Mail: l...@life.ku.dkmailto:l...@life.ku.dk
Skype: lene.fischer.dk

Fra: qgis-user-boun...@lists.osgeo.org [qgis-user-boun...@lists.osgeo.org] på 
vegne af Filipe Silva Dias [filipesd...@gmail.com]
Sendt: 15. juli 2012 20:56
Til: Juan Pablo Virgillito
Cc: qgis-user@lists.osgeo.org
Emne: Re: [Qgis-user] shp a GPS

Hi
I had that problem but never found the solution

Probably someone on this list can help you, but if all else fails try DNRGPS, 
it works smoothly:

http://www.dnr.state.mn.us/mis/gis/DNRGPS/DNRGPS.html



On Sun, Jul 15, 2012 at 7:51 PM, Juan Pablo Virgillito 
jpvirgill...@gmail.commailto:jpvirgill...@gmail.com wrote:
Hi I'm trying to load a route to GPS Garmin Etrex Legend, allegedly by clicking 
on the shape and keeping as GPX would be solved but I get the following error:


Failed to export vector file.

Error: failed to create the Name field (OGR error: Field of name 'Name' is not 
supported in GPX schema. Use GPX_USE_EXTENSIONS option to allow creation of the 
extensions use element.)

Thanks Lene
--
Juan Pablo Virgillito

___
Qgis-user mailing list
Qgis-user@lists.osgeo.orgmailto:Qgis-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-user

___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-user


Re: [Qgis-user] shp a GPS

2012-07-15 Thread Filipe Silva Dias
DNRGPS can import a point/polygon shapefile and convert automatically it to
gpx which I think is handy.



On Sun, Jul 15, 2012 at 8:38 PM, Giovanni Manghi 
giovanni.man...@faunalia.pt wrote:

 Hi Filipe, Juam

 On Sun, 2012-07-15 at 19:56 +0100, Filipe Silva Dias wrote:
  Hi
  I had that problem but never found the solution
 
  Probably someone on this list can help you, but if all else fails try
  DNRGPS, it works smoothly:
 
  http://www.dnr.state.mn.us/mis/gis/DNRGPS/DNRGPS.html
 

 Filipe, your issue was different. Juan ones seem to be related to the
 fact that into a gpx you cannot save fields with whatever name, a
 official schema must be used

 http://www.topografix.com/gpx.asp

 cheers

 -- Giovanni --


___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-user


Re: [Qgis-user] shp a GPS

2012-07-15 Thread Lene Fischer
Hi
In the textbox Data Source write GPX_USE_EXTENSIONS=yes

This should solve the problem.
Regards
Lene Fischer
Ass. Professor -  GIS  GPS
 
Danish Center for Forest, Landscape and Planning
University of Copenhagen
Nødebovej 77A
DK- 3480 Fredensborg
Phone: 0045 40115084
Mail: l...@life.ku.dk
Skype: lene.fischer.dk

Fra: qgis-user-boun...@lists.osgeo.org [qgis-user-boun...@lists.osgeo.org] 
p#229; vegne af Giovanni Manghi [giovanni.man...@faunalia.pt]
Sendt: 15. juli 2012 21:38
Til: Filipe Silva Dias
Cc: qgis-user@lists.osgeo.org; Juan Pablo Virgillito
Emne: Re: [Qgis-user] shp a GPS

Hi Filipe, Juam

On Sun, 2012-07-15 at 19:56 +0100, Filipe Silva Dias wrote:
 Hi
 I had that problem but never found the solution

 Probably someone on this list can help you, but if all else fails try
 DNRGPS, it works smoothly:

 http://www.dnr.state.mn.us/mis/gis/DNRGPS/DNRGPS.html


Filipe, your issue was different. Juan ones seem to be related to the
fact that into a gpx you cannot save fields with whatever name, a
official schema must be used

http://www.topografix.com/gpx.asp

cheers

-- Giovanni --

___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-user


___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-user


Re: [Qgis-user] shp a GPS

2012-07-15 Thread Andre Joost

Am 15.07.12 21:44, schrieb Lene Fischer:

Hi
In the textbox Data Source write GPX_USE_EXTENSIONS=yes



Or mark the first checkbox underneath:
Attributerzeugng unterdrücken in German, maybe supress attribute 
creation or something like that in other languages.


HTH,
André Joost


___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-user