Un-set GPS coordinates (SOLVED)
I have images that had GPS coordinates wrongly set. I would like to remove them form CO and have unset them in the images and the sidecars... However, CO keeps the set values. Any idea how this can be fixed except deleting an re-imprting the images?
0
-
I had an issue recently with a wrong date on some images. I corrected it with an Exif editor but it didn't immediately change them in C1. If I remember right, what I did was select the images in question then choose Load metadata from the File menu. I got a message about there being a difference between the embedded metadata and the metadata stored in C1, and I had to choose which I wanted. Does something like that help?
Ian0 -
Hi Ian
Thank you. I can set it to another coordinate as you mentioned but I would like to remove the entries and that does not work. I think it wants to keep all data where it has no new value to replace it with.
Cheers, Mercator0 -
[quote="mercator" wrote:
Hi Ian
Thank you. I can set it to another coordinate as you mentioned but I would like to remove the entries and that does not work. I think it wants to keep all data where it has no new value to replace it with.
Cheers, Mercator
Sorry, I don’t know what to suggest, then. But at least you could replace it with correct information.
Ian0 -
While I still believe the GPS coordinates should be set to <empty> in CO when they are neither present in the image fiel nor the sidecar (as you cannot edit them in CO), I have found a way of setting them to an empty string: Create a XMP sidecar for the file in question with the following content
<x:xmpmeta xmlns:x='adobe:ns:meta/' x:xmptk='Mercator'>
<rdf:RDF xmlns:rdf='http://www.w3.org/1999/02/22-rdf-syntax-ns#'>
<rdf:Description rdf:about=''
xmlns:exif='http://ns.adobe.com/exif/1.0/'>
<exif:GPSLatitude> </exif:GPSLatitude>
<exif:GPSLongitude> </exif:GPSLongitude>
</rdf:Description>
</x:xmpmeta>0
Post ist für Kommentare geschlossen.
Kommentare
4 Kommentare