Skip to content

A simple command line utility to convert Degree-Minute-Second coordinates to Decimal Degrees

Notifications You must be signed in to change notification settings

joshuapowell/cpp-coordinate-converter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

CoordinateConverter

A simple command line utility to convert Degree-Minute-Second coordinates to Decimal Degrees.

Installation

macOS

Linux

Usage

At the command prompt enter:

CoordinateConverter
$ Coordinate Converter
Enter degree

Enter minute

Enter second

Example Output

30° 15' 50" will convert to 30.2638888888

Conversion Equation

dd = d + m/60 + s/3600

Note

This project is part of my personal multi-language project.

About

A simple command line utility to convert Degree-Minute-Second coordinates to Decimal Degrees

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages