Openstreetmap, convert track to gpx file, how to?
Posted: Mon Jan 01, 2018 5:46 am
Ref.: https://wigle.net/wiki/index.cgi?Cardin ... riving_FAQ100. If you're mapping wireless networks, you might consider mapping your routes and posting them to [Openstreetmap]. The best way (in my opinion --KH): convert the track to a gpx file, and import that file in 'josm', the java openstreetmap editor. Reconstruct the roads and other objects you visited from your tracks and/or upload them to the OSM projectpage.
I've got gpsbabel and a cornucopia of other gps, gpx, and openstreetmap related programs available on Debian Linux, but haven't yet, cough, stumbled onto a correct way of converting WigleWifi...csv files from the android client, into gpx files, using gpsbabel. Failures include:
$ gpsbabel -i csv -f WigleWifi_20171231160828-excerpt.csv -o gpx -F WigleWifi_20171231160828-excerpt.gpx
Invalid longitude 981.533 in waypoint ""
$ gpsbabel -t -i csv -f WigleWifi_20171231160828-excerpt.csv -o gpx -F WigleWifi_20171231160828-excerpt.gpx
XCSV attempt to read WigleWifi_20171231160828-excerpt.csv as a track or route, but this format only supports waypoints on read. Reading as waypoints instead.
Invalid longitude 981.533 in waypoint ""
$ gpsbabel -T -i csv -f WigleWifi_20171231160828-excerpt.csv -o gpx -F WigleWifi_20171231160828-excerpt.gpx
Realtime tracking (-T) is not suppored by this input type.
$ gpsbabel -r -i csv -f WigleWifi_20171231160828-excerpt.csv -o gpx -F WigleWifi_20171231160828-excerpt.gpx
XCSV attempt to read WigleWifi_20171231160828-excerpt.csv as a track or route, but this format only supports waypoints on read. Reading as waypoints instead.
Invalid longitude 981.533 in waypoint ""
It's apparently getting the 981.533 invalid longitude from numbers 98132 appended at the end of one of the SSIDs in the file (my guess).
Any help is appreciated. Happy New Year!