Hi,

I have a simple universal csv: bustia.csv (see [http://www.gpsbabel.org/htmldoc-development/fmt_unicsv.html]) (it really has only one point) and I want to export to gpx. I use gpsbabel:

$ gpsbabel -i unicsv -f bustia.csv -o gpx -F bustia.gpx

but when I upload to OSM I receive the error "Found no good GPX points in the input data" in the GPX import failure message.

Why?

I attach the files.

Thanks a lot,
Xan.

no,name,alt,lat,lon,desc,date,time
1,022,54,39.57928,2.62747,"Bustia del canto del Carrer Dragonera amb el Carrer Joan Ripoll i Trobat",2009/12/30,20:34:24
<?xml version="1.0" encoding="UTF-8"?>
<gpx
 version="1.0"
creator="GPSBabel - http://www.gpsbabel.org";
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
xmlns="http://www.topografix.com/GPX/1/0";
xsi:schemaLocation="http://www.topografix.com/GPX/1/0 http://www.topografix.com/GPX/1/0/gpx.xsd";>
<time>2010-01-21T15:38:33Z</time>
<bounds minlat="39.579280000" minlon="2.627470000" maxlat="39.579280000" maxlon="2.627470000"/>
<wpt lat="39.579280000" lon="2.627470000">
  <ele>54.000000</ele>
  <name>022</name>
  <cmt>Bustia del canto del Carrer Dragonera amb el Carrer Joan Ripoll i Trobat</cmt>
  <desc>Bustia del canto del Carrer Dragonera amb el Carrer Joan Ripoll i Trobat</desc>
</wpt>
</gpx>
_______________________________________________
newbies mailing list
[email protected]
http://lists.openstreetmap.org/listinfo/newbies

Reply via email to