Skip to content

Python script for converting between decimal degrees and degree, minute, seconds

Notifications You must be signed in to change notification settings

CnuUasLab/Degree-Converter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Degree-Converter

Python script for converting between decimal degrees and degree, minute, seconds

CNU UAS Team's degree conversion software

Usage:
  degCon.py <d> [<m> <s>]
  degCon.py --import <file> [--out <file>]
  degCon.py -h | --help
  degCon.py --version
  
Options:
  -h, --help                    show this screen.
  -i <file>, --import <file>    convert degrees from a file.
  -o <file>, --out <file>       where to output the results [default: output.txt]

dependencies: docopt, Python 2.7.*

to setup docopt:

  pip install docopt

just run degCon.py with command line arguments

About

Python script for converting between decimal degrees and degree, minute, seconds

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages