# photo-to-kml # __photo-to-kml__ creates a kml file that shows geotagged images in Google Earth. ![Images shown in Google Earth](doc/google-earth.jpg) ## Installation ## ``` pip install simplekml ``` Then ``` git clone http://git.wrl.unsw.edu.au:3000/gis-cad/photo-to-kml.git cd photo-to-kml python setup.py install ``` ## Usage ## Create a kml for a folder of photos, named 'image_folder': ``` photo_to_kml image_folder ```