DMS
GeneralDegrees, Minutes, Seconds
A traditional coordinate notation splitting an angular measurement into whole degrees, minutes, and seconds, still used in surveying, aviation, and nautical navigation.
Definition
DMS (Degrees, Minutes, Seconds) is a coordinate notation that splits an angular measurement โ latitude or longitude โ into three components: whole degrees, minutes (1/60th of a degree), and seconds (1/60th of a minute), plus a hemisphere direction. It predates decimal degree notation and remains standard in surveying, aviation, and nautical navigation contexts.
The Coordinates Converter converts bidirectionally between DMS and decimal degrees for both latitude and longitude.
Formula
Decimal Degrees โ DMS:
- Degrees = whole-number part of the decimal value
- Minutes = whole-number part of (remaining decimal fraction ร 60)
- Seconds = (remaining fraction after minutes) ร 60
DMS โ Decimal Degrees:
Decimal Degrees = Degrees + (Minutes รท 60) + (Seconds รท 3600), negated if the hemisphere is S or W.
Worked Example
Converting 28.6139ยฐ (decimal degrees) to DMS:
- Degrees = 28
- Remaining 0.6139 ร 60 = 36.834 โ Minutes = 36
- Remaining 0.834 ร 60 = 50.04 โ Seconds = 50.04
Result: 28ยฐ 36' 50.04" N
Key Things to Know
- Hemisphere letter replaces the sign: DMS uses N/S/E/W instead of a positive or negative decimal value.
- Seconds precision affects real-world accuracy: one second of arc โ 30 metres at the equator, so precision matters for exact positioning.
- Different from 'degrees and decimal minutes': some GPS devices display a hybrid format (whole degrees + decimal minutes) that's distinct from full DMS with separate seconds.
- Still standard in specific fields: aviation charts, nautical navigation, and legal land surveys commonly use DMS even though consumer GPS defaults to decimal degrees.
Frequently Asked Questions