Do not modify raw files.  Ever.  You run too much risk of breaking them.

One approach that should work would be:

Remove the images from darktable (using the remove button in the selected 
images module of the 
lighttable).  This will remove the image and associated metadata from 
darktable's library (which is 
in ~/.config/darktable/library.db).  All your edits will then only exist in the 
.xmp files assocated 
with the images.

Next, modify the xmp files to remove the GPS* entries.  Something like this 
should work:

cd directory_with_xmps_and_raws
mkdir xmp_backup
cp *.xmp xmp_backup
ls


Then reimport the images directory in darktable.  The GPS info should be gone.

HTH,

Rob

On 29/02/16 15:45, darkta...@911networks.com wrote:
> On Sun, 28 Feb 2016 23:28:13 -0500
> J Albrecht <hevii...@gmail.com> wrote:
>
>> I made a real mess!  Is there any way of easily purging all latitude
>> and longitude details of incorrectly geotagged photos?
>> I really don’t want to dump my exp files since I’ve already post
>> processed these photos and thus do not wish to start over. In fact,
>> at this point I’ll be happy to get rid of all geolocation data of
>> these photos.
>
> What about?
>
> exiftool -gps:all= *.jpg
> and/or raw files depending on how it was applied
>

------------------------------------------------------------------------------
Site24x7 APM Insight: Get Deep Visibility into Application Performance
APM + Mobile APM + RUM: Monitor 3 App instances at just $35/Month
Monitor end-to-end web transactions and take corrective actions now
Troubleshoot faster and improve end-user experience. Signup Now!
http://pubads.g.doubleclick.net/gampad/clk?id=272487151&iu=/4140
_______________________________________________
Darktable-users mailing list
Darktable-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/darktable-users

Reply via email to