Scenario
Many camera models allow images to be geotagged directly in the camera. Some cameras have a built-in satellite navigation system, while others rely on a companion application in a phone that can add geotags to image files.
It can happen that an image folder contains a mixture of geotagged and non-geotagged images, simply because the user has sometimes forgotten to activate recording by the application.
Documentation
The possibility of overwriting geotags could be documented. Is is possible to add geotags only to images that are not already geotagged ? If so, This should be covered in the help documentation.
Possible new feature and user interface
An explicit option "no geotag overwrite" would disable geotagging any image that is already geotagged.
feature request : geotagging without overwriting location
Moderator: jsachs
-
- Posts: 600
- Joined: January 29th, 2019, 11:47 pm
- What is the make/model of your primary camera?: Nikon Z8
-
- Posts: 600
- Joined: January 29th, 2019, 11:47 pm
- What is the make/model of your primary camera?: Nikon Z8
Re: feature request : geotagging without overwriting location
A more generic approach would be to allow command line conditionals or other options to pass on to exiftool.
For example, the options
or more complicated conditions such as
As discussed here :
https://exiftool.org/forum/index.php?topic=7330.0
https://exiftool.org/forum/index.php?to ... 4#msg89084
For example, the options
Code: Select all
exifool -if "not $GPSLatitude" ...
Code: Select all
exiftool.exe -if "$Model=~'NIKON D7100' and not $GPSLatitude" ...
https://exiftool.org/forum/index.php?topic=7330.0
https://exiftool.org/forum/index.php?to ... 4#msg89084