Skip to main content
Participant
September 29, 2022
Question

GPS-Daten aller Fotos überschrieben

  • September 29, 2022
  • 1 reply
  • 200 views

Ich habe in Lightroom Classic eine Serie von Fotos mit GPS-Daten importiert. Diese wurden auch im Kartenmodul richtig angezeigt. Wählte dann "nicht getaggt", 1 - 2 Fotos hatten keine Anzeige, der Rest war ausgegraut. Zog dann dieses 1 Foto zu einer Location auf die Karte, damit wurden aber leider alle Fotos dieser importierten Serie dieser einen Location zugeordnet und damit die ursprünglich richtigen GPS-Daten aller übrigen Fotos überschrieben! Zu diesem Zeitpunkt hatte ich die meisten Fotos schon im Entwicklungsmodul bearbeitet.

 

Durchführung unter Windows 10 PRO 21H2, aktuelle, upgedatete Version und Lightroom Classic Version 11.5 (aktuelle Version).

 

Fehlerbehebung

Leider kann man eine solche Änderung für eine ganze Serie nicht rückgängig machen.

Es gibt keine Möglichkeit, nur Teile der XMP-Datei zu importieren, wie jene vom Entwicklungsmodul und die GPS-Daten nicht? Sonst könnte ich die Originaldateien nochmals importieren und nur die Änderungen vom Entwicklungsmodul raufstellen.

Gibt es sonst eine Möglichkeit?

 

nordi

This topic has been closed for replies.

1 reply

johnrellis
Legend
October 1, 2022

"There is no way to only import parts of the XMP file, like those from the development module and not the GPS data? Otherwise I could re-import the original files and just upload the changes from the development module."

 

There's a tedious way to do this:

 

1. Make copies of all the affected .xmp files (which contain the original GPS locations).

 

2. Select all the affected photos and do Metadata > Save Metadata To File.

 

3. Use the free Exiftool utility to copy the GPS locations from the original .xmp files that you saved away in step 1 to the corresponding new .xmp files you created in step 2.

 

There are lots of details here to get wrong, and Exiftool has a steep learning curve.

 

nordi0Author
Participant
October 1, 2022

Thank you for the tip. The GPS infos in the .NEF file is right, but in the .xmp-files they are wrong. So I would like to copy the GPS from the .NEF files to the .xmp-files. The right GPS differs from file to file.

I am new to exiftool and I have tried a lot without a result:

 

exiftool -tagsfromfile file1.NEF -gps file1.xmp

Instead of -gps I have used "-xmp:gps", "gps:",...

 

It says 0 image files updatet, 1 image files unchanged. Or / and "Warning: No writable tags set from file1.NEF".

 

So I tried:

exiftool -overwrite_original_in_place -tagsfromfile file1.NEF "-xmp:gps" file1.xmp

But it says again the warning above.

So how to do?

 

 

johnrellis
Legend
October 1, 2022

I think you should use -gps:all.  But if that doesn't work, you'll have to search the Exiftool forums -- there are plenty of threads there about how to copy GPS fields.