ExifTool Forum

ExifTool => The "exiftool" Application => Topic started by: jsmmunda on April 27, 2017, 12:21:42 PM

Title: How to Get Lat Long Or Cordinate From Multiple Images (I have 187 Image)
Post by: jsmmunda on April 27, 2017, 12:21:42 PM
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
Title: Re: How to Get Lat Long Or Cordinate From Multiple Images (I have 187 Image)
Post by: Phil Harvey on April 27, 2017, 01:57:16 PM
It sounds like you should read this post (https://exiftool.org/forum/index.php/topic,4888.0.html) about getting started with ExifTool on Windows.

- Phil
Title: Re: How to Get Lat Long Or Cordinate From Multiple Images (I have 187 Image)
Post by: StarGeek on April 27, 2017, 02:41:20 PM
After reading Phil's link, you might try this command

exiftool -GPSLatitude -GPSLongitude -csv >Database.csv path/to/target/directory
Title: Re: How to Get Lat Long Or Cordinate From Multiple Images (I have 187 Image)
Post by: Phil Harvey on April 27, 2017, 03:35:06 PM
@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