A simple command line utility to convert Degree-Minute-Second coordinates to Decimal Degrees.
At the command prompt enter:
CoordinateConverter
$ Coordinate Converter
Enter degree
Enter minute
Enter second
30° 15' 50" will convert to 30.2638888888
dd = d + m/60 + s/3600
This project is part of my personal multi-language project.