Converter from degrees, minutes, and seconds to decimal degrees

Converting geographic coordinates from Degrees, Minutes, and Seconds (DMS) to Decimal Degrees (DD) ensures precise geospatial analysis. It is essential for GPS navigation, mapping applications, and includes detailed tables, formulas, and examples.

Convert Degrees, Minutes, Seconds to Decimal Degrees

How is it calculated?
Formula: Decimal Degrees = Sign × (Degrees + Minutes/60 + Seconds/3600)
What does the sign mean?
Positive = North or East, Negative = South or West. This affects geographic coordinates.

Extensive DMS to Decimal Degrees Conversion Table

The following table presents common latitude and longitude values in DMS and their corresponding Decimal Degrees. This table is intended for reference and practical usage in navigation, GIS, and engineering projects.

Latitude (DMS)Longitude (DMS)Latitude (DD)Longitude (DD)
0° 0′ 0″0° 0′ 0″0.000000°0.000000°
1° 0′ 0″1° 0′ 0″1.000000°1.000000°
10° 30′ 0″20° 15′ 30″10.500000°20.258333°
23° 26′ 22″45° 30′ 15″23.439444°45.504167°
30° 15′ 50″60° 30′ 30″30.263889°60.508333°
40° 26′ 46″79° 58′ 56″40.446111°-79.982222°
45° 15′ 30″75° 45′ 15″45.258333°75.754167°
51° 30′ 0″0° 0′ 0″51.500000°0.000000°
90° 0′ 0″180° 0′ 0″90.000000°-180.000000°
12° 34′ 56″98° 46′ 54″12.582222°98.781667°
33° 51′ 31″151° 12′ 50″33.858611°151.213889°
60° 10′ 10″24° 56′ 20″60.169444°24.938889°
37° 46′ 30″122° 25′ 10″37.775000°-122.419444°

Note: Negative values are used for western longitudes and southern latitudes.

Conversion Formulas for DMS to Decimal Degrees

The standard conversion formula from DMS to Decimal Degrees (DD) is:

Decimal Degrees (DD) = Degrees + (Minutes ÷ 60) + (Seconds ÷ 3600)

Explanation of Variables

  • Degrees (°): The whole-number component of the coordinate. Represents the major angular measure from the equator (latitude) or Prime Meridian (longitude).
  • Minutes (‘): A subdivision of degrees. One degree contains 60 minutes. Each minute represents 1/60th of a degree.
  • Seconds (“): A further subdivision of minutes. One minute contains 60 seconds, so each second represents 1/3600th of a degree.

Step-by-Step Conversion Process

  1. Convert Minutes to Decimal Degrees: Divide the minutes by 60.
  2. Convert Seconds to Decimal Degrees: Divide the seconds by 3600.
  3. Add to Degrees: Sum the degrees, decimal minutes, and decimal seconds to obtain the decimal degree value.
  4. Apply Sign Convention: Assign negative values for west longitudes and south latitudes.

Example Calculation

Convert 40° 26′ 46″ N, 79° 58′ 56″ W to decimal degrees:

  • Latitude: 40 + (26 ÷ 60) + (46 ÷ 3600) = 40.446111°
  • Longitude: -(79 + (58 ÷ 60) + (56 ÷ 3600)) = -79.982222°

Common Variable Ranges and Observations

VariableTypical RangeNotes
DegreesLatitude: 0°–90°0° = equator, 90° = poles
Longitude: 0°–180°0° = Prime Meridian, 180° = International Date Line
Minutes0’–59′Always less than 60; 60 minutes converts to 1 degree
Seconds0″–59.999″Fractional seconds provide higher precision
Decimal Degrees-90° to +90° (lat)-180° to +180° (long)

Real-World Applications

1. GPS Navigation

Modern GPS devices provide coordinates in DMS format. Many mapping and navigation applications require decimal degrees for input.

Example: A hiker records their position as 34° 3′ 30″ N, 118° 14′ 37″ W.

  • Latitude: 34 + (3 ÷ 60) + (30 ÷ 3600) = 34.058333°
  • Longitude: -(118 + (14 ÷ 60) + (37 ÷ 3600)) = -118.243611°

These decimal degrees are compatible with GPS mapping software, ensuring precise positioning for navigation.

2. Geographic Information Systems (GIS)

GIS professionals often import DMS coordinates from historical maps or surveys. Converting to decimal degrees ensures compatibility with modern GIS software and spatial analysis tools.

Example: A land survey uses coordinates 51° 28′ 40″ N, 0° 0′ 5″ W:

  • Latitude: 51 + (28 ÷ 60) + (40 ÷ 3600) = 51.477778°
  • Longitude: -(0 + (0 ÷ 60) + (5 ÷ 3600)) = -0.001389°

Accurate decimal degrees are critical for overlaying survey data onto GIS layers.

3. Aviation and Maritime Navigation

Decimal degrees are essential for precise plotting of flight paths and shipping routes. Pilots and ship captains convert DMS coordinates from charts into decimal degrees for navigation systems.

Example: Aircraft at 35° 41′ 22″ N, 139° 41′ 30″ E:

  • Latitude: 35 + (41 ÷ 60) + (22 ÷ 3600) = 35.689444°
  • Longitude: 139 + (41 ÷ 60) + (30 ÷ 3600) = 139.691667°

Decimal degrees allow integration with autopilot navigation and flight management systems.

Advanced Considerations

  • Negative Coordinates: Always apply negative signs for west longitudes and southern latitudes.
  • Precision: Including fractional seconds increases coordinate accuracy. For high-precision surveying, use at least six decimal places.
  • Batch Conversion: Large datasets may require software scripts or spreadsheet formulas to convert DMS to decimal degrees efficiently.
  • Edge Cases: Handle 60 minutes or 60 seconds by incrementing degrees appropriately to avoid errors.

Spreadsheet Formula Example

For converting DMS in Excel:

=Degrees + (Minutes/60) + (Seconds/3600)

  • For west longitude or south latitude, wrap in a negative sign:
    =IF(Direction="S" OR Direction="W", -(Degrees + Minutes/60 + Seconds/3600), Degrees + Minutes/60 + Seconds/3600)

Practical Tips for Professionals

  1. Always verify data sources for coordinate format before performing calculations.
  2. Standardize datasets to decimal degrees to ensure software compatibility.
  3. Use consistent precision based on application: GIS typically requires 5–6 decimal places; aviation may require 7–8.
  4. Automate repetitive conversions using scripts in Python, MATLAB, or Excel to minimize human error.

This technical guide provides a full reference for professionals in surveying, GIS, navigation, and geospatial sciences. Mastery of DMS to decimal degrees conversion ensures accuracy, efficiency, and reliability in mapping, navigation, and spatial analysis.

Extended Real-World Examples

Example 4: Urban Planning and Civil Engineering

Urban planners often use geographic coordinates for infrastructure projects. Consider a project requiring exact placement of multiple utility poles along a new road using DMS coordinates:

Coordinates in DMS:

  • Pole A: 40° 45′ 30″ N, 73° 59′ 10″ W
  • Pole B: 40° 46′ 15″ N, 73° 58′ 45″ W

Conversion to Decimal Degrees:

  • Pole A Latitude: 40 + (45 ÷ 60) + (30 ÷ 3600) = 40.758333°
  • Pole A Longitude: -(73 + (59 ÷ 60) + (10 ÷ 3600)) = -73.986111°
  • Pole B Latitude: 40 + (46 ÷ 60) + (15 ÷ 3600) = 40.770833°
  • Pole B Longitude: -(73 + (58 ÷ 60) + (45 ÷ 3600)) = -73.979167°

Decimal degrees ensure compatibility with CAD and GIS software for planning layouts, surveying, and infrastructure mapping.

Example 5: Environmental Monitoring

Environmental scientists track GPS-tagged wildlife and need accurate coordinates for analysis. A sensor reports the location of a tagged animal as 12° 34′ 56″ S, 98° 46′ 54″ E.

Conversion:

  • Latitude: -(12 + 34 ÷ 60 + 56 ÷ 3600) = -12.582222°
  • Longitude: 98 + (46 ÷ 60) + (54 ÷ 3600) = 98.781667°

This allows integration into mapping software for habitat monitoring and migration studies with high accuracy.