From 0ce7d3d686b5bb01ad9172c14d09fb0d703f38fb Mon Sep 17 00:00:00 2001 From: Dan Howe Date: Wed, 28 Mar 2018 08:55:08 +1100 Subject: [PATCH] Add README --- README.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..b28d3e3 --- /dev/null +++ b/README.md @@ -0,0 +1,15 @@ +# photo-to-kml # + +__photo-to-kml__ creates a kml file that shows geotagged images in Google Earth. + +![Images shwon in Google Earth](doc/google-earth.jpg) + +## Installation ## + +`pip install simplekml` + +## Usage ## + +Create a kml for a folder of photos, named 'image_folder': + +`python photo_to_kml.py image_folder`