photokml

Link your photos into a KML ("Google Earth") file based on their geolocation


Keywords
GIS, kml
License
GPL-3.0+
Install
pip install photokml==0.1.1

Documentation

photokml

Generates a .kml geoindex of photographs based on GPS information in EXIF tags.

Run it on a bunch of photos, load up the .kml in Google Earth, and click the icons to view your pictures. Screenshot:

usage: photokml.py [-h] [-x MAXWIDTH] [-y MAXHEIGHT] [-b BUNCHUP]
                   FILE [FILE ...]

Generates a .kml geoindex (on stdout) of photographs based on GPS information
in EXIF tags.

positional arguments:
  FILE

optional arguments:
  -h, --help            show this help message and exit
  -x MAXWIDTH, --maxwidth MAXWIDTH
                        Limit picture display width to N pixels (1200 by
                        default)
  -y MAXHEIGHT, --maxheight MAXHEIGHT
                        Limit picture display height to N pixels (700 by
                        default)
  -b BUNCHUP, --bunchup BUNCHUP
                        Form clusters of pictures within N meters of eachother
                        (10 by default)