places

command module
v0.0.0-...-f11bb35 Latest Latest
Warning

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

Go to latest
Published: Dec 8, 2018 License: MIT Imports: 2 Imported by: 0

README

Places 🗻

Prints information about where all your photos where taken.

It uses the images EXIF GPS fields so it only works with photos taken with devices that record GPS location (and have the feature enabled).

Usage

export GOOGLE_MAPS_SECRET=<your google maps token>

go run places.go list <directory to search for images>

or

go run places.go image <path to image>

Sample output

+-------------------------+---------------+
| 2014-09-06 21 28 44 JPG |               |
+-------------------------+---------------+
| Street Number           |           999 |
| Street                  | Stuff   Hill  |
| State                   | California    |
| Country                 | United States |
+-------------------------+---------------+
+-------------------------+---------------+
| 2014-09-06 23 51 25 JPG |               |
+-------------------------+---------------+
| Street Number           |           106 |
| State                   | California    |
| Country                 | United States |
+-------------------------+---------------+
+-------------------------+-------------+
| 2014-09-13 11 22 08 JPG |             |
+-------------------------+-------------+
| Street Number           |         123 |
| State                   | Vancouver   |
| Country                 | Canada      |
+-------------------------+-------------+
+-------------------------+-------------+
| 2014-09-15 22 50 54 JPG |             |
+-------------------------+-------------+
| Street Number           |          99 |
| State                   | Vancouver   |
| Country                 | Canada      |
+-------------------------+-------------+

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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