[OSM-newbies] [off topic] gpx conversion from unicsv failed.
Richard Weait
richard at weait.com
Thu Mar 4 20:20:26 GMT 2010
On Thu, Mar 4, 2010 at 2:57 PM, Xan <dxpublica at telefonica.net> wrote:
> Hi,
>
> I tried to convert from unicsv format
> [http://www.gpsbabel.org/htmldoc-development/fmt_unicsv.html] to gpx format
> with gpsbabel and it did not work. Previosly I converted without problems,
> but not the conversion does not respect data and time.
>
> I run:
>
>
> gpsbabel -i unicsv -f prova.csv -o gpx -F provagpx.gpx
Hi Xan,
The file you included contained only waypoints. They were converted
to waypoints in gpx format, but only track files are accepted by the
OSM track importer.
You need to add a convert to track from waypoint option, like this:
gpsbabel -i unicsv -f prova.csv -x transform,trk=wpt -o gpx -F xantrack.gpx
I have tested this by converting your file, and uploading it. It was
accepted by the server. You can find it here.
http://www.openstreetmap.org/user/rw__/traces/637767
More information about the newbies
mailing list