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.
21 lines
386 B
Markdown
21 lines
386 B
Markdown
# 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
|
|
```
|