Zum Hauptinhalt gehen

⚠️ Please note that this topic or post has been archived. The information contained here may no longer be accurate or up-to-date. ⚠️

Un-set GPS coordinates (SOLVED)

Kommentare

4 Kommentare

  • Ian Wilson
    Moderator
    Top Commenter
    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?

    Ian
    0
  • Helmut Kaufmann
    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
    0
  • Ian Wilson
    Moderator
    Top Commenter
    [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.

    Ian
    0
  • Helmut Kaufmann
    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.