how to convert Bridge GPS coordinates
Since Adobe Bridge stupidly enough uses a non standard GPS format
you must convert the Bridge GPS coordinates to any of the standard formats before you can use the GPS location on for instance Google Maps.
how to convert Bridge GPS coordinates
to
Degrees and decimal minutes (DMM)
or
Decimal format (DD):
Bridge format could be:
57,46.79 N
12,2.4607E
It is close to the DMM format which is
57 degrees and 46.79 minutes N and
12 degrees 2.4607 minutes E.
Converting to DD (decimal):
57,46.79N =
57 + 46.79/60 = 57 + 0.7798333 = 57.779833
12,2.4607E =
12 + 2.4607/60 = 12 + 0.041011666 = 12.04101167
If latitude = S then the decimal latitude value is set to negative.
If longitude = W then the decimal longitude value is set to negative.
