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!

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 1.0.0
    2
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 1.0.0
    2
  • 0.0.4
    2
  • 0.0.3
    4
  • 0.0.1
    2
  • 0.0.0
    2

Package Sidebar

Install

npm i geoexif

Weekly Downloads

9

Version

1.0.0

License

MIT

Last publish

Collaborators

  • danyshaanan