4 thoughts on “Weather Tagging: Capturing the moment and the ambient weather information in photos

  1. I followed your article on converting WLPG People tags to Lightroom. I got the following CMD lines to work fine for a single folder:

    D:\Dropbox\Name Test>exiftool -config convert_regions.config “-regioninfoexiftool *.jpg -“xmp-dc:Subject+<RegionPersonDisplayName"
    2 image files updated

    I have over a 100K photos in a large multi-folder organization. Is there a way to automate the above CMD lines to automatically go thru all of the folders in my Win10 organization scheme?

    1. Hello Joe, Yes. If you add -r to the command line it will “recursively” go through all the subfolders. 100K is quite a lot of photos, so I would recommend to try to break the task among a subgroup of folders, say in batches of 20K. The command will generate also backup files with the .jpg_original extension, you could also add the -overwrite_original flag so that it does not create the backup files. Ensure you have a backup of the files before proceeding.

  2. Hey this is awesome!

    I’ve a tangentially related question for you, does any of this show up for you when viewing the pictures normally? Recently got a camera enclosure and dive watch and thought it would be cool to take the watch data to tag all the photos with Temperature and WaterDepth from my dive watch and while I think I got it added correctly with a python script, I cannot actually see it anywhere when trying to view the Exif data with default viewers (on Windows). Trying to figure out if this is me doing something wrong or if they just don’t show up in most things.

    Thanks!

    1. Well, it depends on the software you use to view the images. The data is saved to the file, but not all applications may display them. In windows the ones I know of like Geosetter and Digikam do. You could also use exiftool to export the data from the image file to say a csv file for opening in Excel, for example.

Leave a comment