geoexif

1.0.0 • Public • Published

geoexif

Build Status NPM Version License Dependency Status devDependency Status

A nodejs tool to extract geolocation data from images.

Requires a global installation of ImageMagick.

This is a work in progress.

Installation

$ npm install -g geoexif

Usage

$ geoexif paris.jpg
48.86031666666667,2.3617194444444447
https://www.google.com/maps?q=48.86031666666667,2.3617194444444447

ctrl/command-click the url to open it in your default browser, or just add map to the command:

$ geoexif paris.jpg map
48.86031666666667,2.3617194444444447
https://www.google.com/maps?q=48.86031666666667,2.3617194444444447
# will open the url in your default browser... 

Feedback

Contribution

  • Check the src/test/images directory for example images with exif data.
  • Run ESLint and Tape tests with npm test
  • Open a pull request!

Dependents (0)

Package Sidebar

Install

npm i geoexif

Weekly Downloads

0

Version

1.0.0

License

MIT

Last publish

Collaborators

  • danyshaanan