What it converts
Parses one latitude-longitude pair in DD, DDM, or DMS and writes equivalent notation in all three formats.
COORDINATE NOTATION WORKSPACE
Convert latitude and longitude among decimal degrees, degrees-decimal-minutes, and degrees-minutes-seconds notation.
Conversion result
Load the New Delhi example or enter a coordinate pair to see DD, DDM, and DMS notation together.
What this tool delivers
The same numeric position is reformatted locally; the workspace does not geocode, map, or transform a geodetic datum.
Parses one latitude-longitude pair in DD, DDM, or DMS and writes equivalent notation in all three formats.
The input notation, latitude first, longitude second, valid minute and second values, and consistent signs or hemispheres.
Decimal degrees, degrees-decimal-minutes, degrees-minutes-seconds, copy support, and a CSV with a datum warning.
Calculation method
Minutes are divided by 60 and seconds by 3,600 to produce decimal degrees. Output notation reverses that process and carries rounded 60 minutes or seconds into the next whole unit.
Review NASA coordinate output-format guidanceQuick answers
Enter latitude first and longitude second. The fields stay separately labelled throughout the result.
No. Use either a signed degree value or a hemisphere, not both, to avoid double-negation mistakes.
No datum is assumed or changed. The CSV explicitly states that only notation was converted.