geoexif
v1.0.0
Published
A command line tool for extracting and using geo locatiom data from images
Downloads
20
Maintainers
Readme
geoexif
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 geoexifUsage
$ geoexif paris.jpg
48.86031666666667,2.3617194444444447
https://www.google.com/maps?q=48.86031666666667,2.3617194444444447ctrl/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
- Open an issue.
- Mail me at an address that can be found on my NPM/Github/Personal page.
Contribution
- Check the
src/test/imagesdirectory for example images with exif data. - Run ESLint and Tape tests with
npm test - Open a pull request!

