photos2kml

command module
v0.0.0-...-9c9942e Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Sep 16, 2017 License: BSD-2-Clause Imports: 16 Imported by: 0

README

photos2kml

Convert the geographical information stored in the EXIF data of JPEG images to generate a KML file.

Features:

  • Generates a placemark for each each of the photos which contains geodata as well as a timestamp.
  • A path will be added to the KML which connects all files in the order they were recorded. This is particularly useful to create routes of trips using the photos taken during this time.
  • Optionally the names of places are added by using the reverse geocoding of http://nominatim.openstreetmap.org

Files without a recording date or without coordinates will be ignored.

Installation

You need to have go installed. Then you can install this tool by executing

go get github.com/nmandery/photos2kml

Usage

The input file list will be read from standard input (stdin), the KML will be written to stdout.

Example using a prepared list of files:

photos2kml <my_photo_list.txt >my_photos.kml

Example using find:

find . -name '*.jpg' | photos2kml >my_photos.kml

There are addtional switches the influence the contents of the KML file. See

photos2kml -h

for a list of options.

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL