# 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 ## ``` git clone http://git.wrl.unsw.edu.au:3000/gis-cad/photo-to-kml.git pip install -e photo-to-kml ``` ## Usage ## Create a kml for a folder of photos, named 'image_folder': ``` photo_to_kml image_folder ```