Mapillary Downloads and GPS Coordinates?

Hello,

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?

Grateful for any suggestions, please.

Cheers.

Hi, thanks for the reply!

And yes, you can put them together if you want to but it is your job to do so.

Is there an efficient way to match the GPS coordinates to the images once they have been downloaded?

Much appreciated.

Yes, that’s exactly what I meant. Do you know if there is any code available that would do this, please?

I found a relevant post but it uses GeoSetter:

Cheers.

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.