1001WordsPhoto / gpicsync

Automatically exported from code.google.com/p/gpicsync
Other
0 stars 0 forks source link

Stored longitude is positive #13

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Setup to syncronize pictures
2. Syncronize
3. Log says:
...
Found pond_d_001.jpg ...taken 2007-04-27-11:57:55  - Writting best match to
picture  -> N 30.326819 ,W -81.696576 : time difference (s)= 0".  
...
Note that longitude is negative.
4. Use 'exiftool' to look at image
...
GPS Latitude                    : 30 deg 19' 35.82" N
GPS Longitude                   : 81 deg 41' 54.27" W
GPS Position                    : 30 deg 19' 35.82" N, 81 deg 41' 54.27" W
...

What is the expected output? What do you see instead?
Longitude is positive instead of negative.

What version of the product are you using? On what operating system?
0.92

Please provide any additional information below.

Original issue reported on code.google.com by timc...@earthlink.net on 4 May 2007 at 2:32

GoogleCodeExporter commented 9 years ago
I see know that this might not be a "bug".  Since the "GPS Longitude" uses "W" 
to
indicate that it is "negative".  The problem is that I have another program that
reads the EXIF lat/long and it is reading the longitude as positive.  

Original comment by timc...@earthlink.net on 4 May 2007 at 2:41

GoogleCodeExporter commented 9 years ago
"""
I see know that this might not be a "bug".  Since the "GPS Longitude" uses "W" 
to
indicate that it is "negative". 
"""

yes you're right. In the log I use both notation to be "verbose".

With exiftool if you want to have the decimal degrees notation (negative or 
postive
without references to cardinal points) then add the "-n" flag to your exiftool 
command.

"""
The problem is that I have another program that
reads the EXIF lat/long and it is reading the longitude as positive. 
"""

The exiftool result you gave looks good, maybe there's a setting in your 
software to
activate. Which software is it?

Original comment by francois...@gmail.com on 4 May 2007 at 7:42