LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   How to view gps coordinates from image metadata? (https://www.linuxquestions.org/questions/linux-software-2/how-to-view-gps-coordinates-from-image-metadata-4175469418/)

yooy 07-12-2013 12:10 PM

How to view gps coordinates from image metadata?
 
How to view gps coordinates from image metadata?

I can view gps coordinated and map position with http://exifdata.com/exif.php
but the site is currently down and it is slow.

I am playing around with gwenview but i am kinda also looking for informations like:
Quote:

GPS DATA EXITS: YES/NO
not only coordinates themself.

I wouldn't mind havin map position as well.

What is your expiriance with gps metadata contained within jpg files..

haertig 07-12-2013 04:51 PM

You probably already have the "identify" command installed on your computer. If not, run "sudo apt-get install imagemagick" (assuming an apt-based distro).

Then run:

identify -verbose filename.jpg


All times are GMT -5. The time now is 04:05 AM.