Skip to content

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

License

Notifications You must be signed in to change notification settings

ogmini/EXIFtoKMZ

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published

Languages