|
I'm using Marc Rochkind's excellent ImageIngesterPro to add GPS data to my images on import. I have found that adding GPS data to RAW files from a Panasonic LMC-DX2 fails while the same exiftool command succeeds against a Canon 5D CR2 file. The example command is:
exiftool -m -overwrite_original_in_place -gps:GPSLatitudeRef=S -gps:GPSLatitude=37.798424 -gps:GPSL
+ongitudeRef=E -gps:GPSLongitude=144.984772 -gps:GPSAltitudeRef=above -gps:GPSAltitude=23.142424 im
+age.RAW
|