I would like to be able to know and have embeded the temperature of a location when a photo was made. AI could also research past time and temperature data to add this information to historic photographs that already have time and GPS location embedded. Thank you.

  • @mondoman712@lemmy.ml
    link
    fedilink
    31 year ago

    There are multiple historic weather APIs available (example), it should be pretty trivial to write a script to read the location and time from the EXIF data of your images, call the API, and them dump the info into a list or back into the image metadata.