OpenStreetMap logo OpenStreetMap

Extracting GPX from Mapillary sequences

Posted by richlv on 27 December 2022 in English.

In the past, Mapillary offered a feature to grab a GPX from image sequences. That feature disappeared at some point, but it would still be useful to get a GPX - to use for OSM, upload to Strava or anything else.

Introducing a quick script to do so - mapillary_to_gpx.pl at https://github.com/richlv/perlscripts .

Example usage:

token='MLY|YOUR|TOKEN'; perl mapillary_to_gpx.pl --image 5652368314832935,5496261470483015,567554981851978,1352688202152043,817276516001059,893732341631081,1833835560326099,670881348042382 --token $token --tzoffset 2 --debug > reezekne2.gpx

Discussion

Log in to leave a comment