You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
311 B
Markdown
16 lines
311 B
Markdown
# 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`
|