exifprobe – easiest way to get GPS location from JPEG files
|
|
I’ve seen few photos taken from a GPS capable camera and the photo can be traced back to its original location using photo-navigation capable GPS devices.
These GPS coordinates are stored inside JPEG files which comforms to EXIF specification (using GPS IFD). However, I found out the f-spot photo manager while capable of reading EXIF metadata from JPEG, it can’t display the GPS coordinates properly upon reading the JPEG files.
This is rather annoying to me as I can’t possibly know the location where the photo was taken.
exifprobe to the rescue
Fortunately there is exifprobe. A CLI tool which able to display GPS coordinate on JPEG files among other things. The displayed coordinate from EXIF probe are in this format
degree, minute, second
so this output
Latitude = 5,47,39 Longitude = 100,24,10
would become 5° 47′ 39″ N, 100° 24′ 10″ E which you can enter on google maps to get its location.
Easy isnt it
p/s: btw, The location is within Gunung Jerai camping area where it is a popular camping spot for locals and tourists in Kedah (Malaysia).
Tags: adventure, dopod, gis, google maps, gps, kedah, linux, malaysia, open source, photos, travels
Keep updated with the latest posts, be a part of over 1,000 subscribers! :
Subscribe to your email
You might also want to read...
- Keeping Things Private – Stripping JPEG Metadata
- Track Satellites in Real-Time on the Sky with GPredict
- Redirect (301 Permanently) without using .htaccess
- Malaysia Cities and Places Geo Location file
- Another Printer Manufacturer with Open Source Driver – Brother Industries
- Ubuntu: How to create a lot of entropy for GPG key generation from command line
- An easy guide to create .deb package and local package repository



January 22nd, 2008 at 9:29 am
thanks,
that helping me much.
please write more!!
keep on fakaping!!
February 4th, 2008 at 9:42 pm
Darling, I like this post..dunno why, tp those words cam ada x-factor kekeke
March 3rd, 2008 at 10:27 pm
Nice one :) Thanks!
March 7th, 2008 at 4:41 pm
Excellent in all respects! Cheers :)
March 23rd, 2008 at 10:54 pm
very nice…. thank you!
April 23rd, 2008 at 12:35 am
Just in case you missed this, you can also use exiftool to extract GPS information:
http://owl.phy.queensu.ca/~phil/exiftool/
ExifTool also allows you to specify the output format for the GPS coordinates, and has the ability to write GPS information as well.