How to Get Lat Long Or Cordinate From Multiple Images (I have 187 Image)

Started by jsmmunda, April 27, 2017, 12:21:42 PM

Previous topic - Next topic

jsmmunda

Dear Sir/madam
I have 187 Image Of my Site Survey Work
i have to put the Lat long Or Co-ordinate of those images in Excel Or Other Format
i have taken pictures by my Xiomi redmi note 4 handset..when i took pictures that time my gps location was on
I have Both Download
Image-ExifTool-10.50.tar
exiftool-10.50
but When i drag the images into exiftool cmd then window automatically disappear cmd window
kindly solve my problem
please i will be thankful to you
i need your help as soon as possible
example is included like image
my email id is :-dharmendra.purohit47@gmail.com

Phil Harvey

It sounds like you should read this post about getting started with ExifTool on Windows.

- Phil
...where DIR is the name of a directory/folder containing the images.  On Mac/Linux/PowerShell, use single quotes (') instead of double quotes (") around arguments containing a dollar sign ($).

StarGeek

After reading Phil's link, you might try this command

exiftool -GPSLatitude -GPSLongitude -csv >Database.csv path/to/target/directory
"It didn't work" isn't helpful. What was the exact command used and the output.
Read FAQ #3 and use that cmd
Please use the Code button for exiftool output

Please include your OS/Exiftool version/filetype

Phil Harvey

@Stargeek: I learn something every day.  I thought the redirection had to come last on the command line, but it works the way you've done it.

- Phil
...where DIR is the name of a directory/folder containing the images.  On Mac/Linux/PowerShell, use single quotes (') instead of double quotes (") around arguments containing a dollar sign ($).