[Deprecated] Geotagging Images

The IFT-ILX-LR1 repo geotags images with EXIF GPS data when a photo is taken.

To see the EXIF GPS data from a photo, navigate to the IFT-ILX-MavCam repo. There is a python script called sony_exif.py. Run the script

python3 sony_exif.py {PATH TO IMAGE FILE}

As an example:

python3 sony_exif.py DSC06446.JPG

Latitude: -35.363262
Longitude: 149.165237

Last updated