/EXIFtoKMZ

Python script written for my DFS-510 course at Champlain College

Primary LanguagePythonMIT LicenseMIT

EXIFtoKMZ

Python script created for my DFS-510 Course at Champlain College. Just a simple script to take a folder of images and create a KMZ file from the EXIF metadata. The KMZ file could assist in visualizing and creating a timeline from the images.

Screenshot of EXIFtoKMZ Output

Requirements

EXIF Metadata

Parses and displays the following:

  • GPS Date
  • GPS Time
  • GPS Longitude
  • GPS Latitude
  • GPS Altitude
  • Datetime Original
  • Datetime Digitized
  • Device Make
  • Device Model

Example Command

EXIFtoKMZ.py -d "\path\to\images" -o "\output\path\out.kmz"

Possible Enhancements

  • Expansion on EXIF Metadata that is parsed
  • Change EXIF library
  • Output CSV file
  • More customized icons on the KMZ file indicating starting photo
  • Expand to support other files that contain GPS Metadata