Is there really no way to clear all coordinates data from images in Opus?

Once again i messed up a whole photo session because i forgot to change that damn daylight saving time setting/setting the right time in the camera. And now i'm stuck. After i have corrected all time stamps in Opus and already assigned the geodata, Geosetter doesn't let me read in the data once again, to apply some additional time correction of about one minute or so. How can i reset all coordinates in Opus? I don't want to remove all EXIF data.

Like most esoteric things you've asked about over the years, the answer is "you can do it with scripting" :grin:

2 Likes

ExifTool can remove geo data:

exiftool.exe -geotag= -@ {allfilepath|filem}

Thanks guys. There has to be someone here, who also covers all the esoteric questions. :grin: :beers: :beers:

This seems to work as well, using the built-in commands:

SetAttr META gpslatitude: gpslongitude: gpsaltitude:
1 Like