5 min read
2026-03-06
The navigator shows DMS (55°45'21"N), and the map requires DD (55.7558). Translation is necessary to accurately indicate the point.
Cache coordinates are often given in DDM (55°45.348'N). Decimal degrees are required for input into Google Maps.
Map APIs (Google Maps, Yandex.Maps) accept decimal degrees. Data from GPS trackers can be received in NMEA format (DDM).
General Staff maps use the Pulkovo-42 coordinate system and the UTM grid. Conversion to WGS-84 (GPS) requires transformation.
EXIF data of photos stores coordinates in DMS. DD is required to display on the map.
| Problem | From format | To format |
|---|---|---|
| Google Maps | DMS | DD |
| Geocaching | DDM | DD |
| GPS tracker | NMEA | DD |
| General Staff Maps | UTM/Pulkovo | WGS-84 |
| Photo EXIF | DMS | DD |
See also: Angle Converter, Area Converter, Length Converter