Python script for changing location metadata from images using exiftool.
Linux OS with python3 and exiftool installed.
cd /path/to/folder/containing/(subfolders/with/)images
python3 GPS.pyThe script will ask for the following input:
- fast or slow mode (explaination in script)
- (a part of the) image file name(s)
- confirmation
- new coordinates | format like this: 47.61539141008304, -58.640506595653015 | copy from google maps works
- rerun or quit
You can also erase GPS metadata by entering 0, 0 coordinates.