Programing Language: latitude-longitude-decimalize
Micky Hulse
mickyhulse.lists at gmail.com
Tue Nov 29 18:29:29 EST 2011
Last time I did this was using AS3. The format I used was DMS:
GPSLongitude: 122,42,47.79
GPSLongitudeRef: W
GPSLatitude: 45,30,30.390001198897014
GPSLatitudeRef: N
Here's the method:
<https://gist.github.com/1407126>
Not shown in above code: If West longitude or South latitude I would
make that DD (decimal degree) value negative.
Anyway, that was a fun learning experience! :)
More information about the Python-list
mailing list