I have used Mapillary quite a bit in the past using the previous API. However, I am new to using the v4 API.
Happily, I have been able to download images using the Python code kindly provided here:
However, the images do not seem to contain the GPS coordinates. Is there a way to download the images with the GPS coordinates or can they be added to the images at a later stage?
To download Mapillary images with GPS coordinates using the v4 API, you can modify the Python code provided in the gist to include the &fields=geometry parameter in your API request to retrieve the GPS and location coordinates along with the images, or you can add GPS coordinates to the images in a post-processing step by matching the images with their corresponding GPS data.