Project

ivebeen

0.0
No commit activity in last 3 years
No release in over 3 years
extract exif from image, and convert it to a geojson file, for present
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Runtime

>= 1.1.3
>= 0.18.1
 Project Readme

What's ivebeen

ivebeen is a simple tool for extract EXIF out of images taken by smart phones(iPhone, Andorid), and converts those information to geojson.

So basically, the geojson is very handy to be rendered on Maps, like google maps.

How to use it?

First you need to install it:

gem install ivebeen

and then simply use the generate sub-command to generate the geojson file.

ivebeen generate "/Users/jtqiu/Dropbox/Camera\ Uploads"

and after a while, you should find a file named places.geojson in current folder.

That's it.