[OSM-newbies] GPS coordinates
Ed Loach
ed at loach.me.uk
Mon Nov 10 17:01:46 GMT 2008
Markus wrote:
> For example the city hall of
> Stockholm is
> located at N59 19' 39" E18 03' 12" according to a photo taken
> there
> whereas JOSM gives the coordinates as 59.3278 18.0529. How can
> I
> reconcile these two values?
To convert from degrees/minutes/seconds to decimal values:
If you have D degrees M minutes S seconds (e.g. D=59,M=19,S=39) then
the decimal value is
D + (M/60) + (S/3600)
which in this example gives me 59.3275
Ed
More information about the newbies
mailing list