Jpp  18.6.0-rc.1
the software that should make you happy
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Namespaces | Functions | Variables
makedeclinationtable.py File Reference

Go to the source code of this file.

Namespaces

 makedeclinationtable
 

Functions

def makedeclinationtable.gettimestamp
 

Variables

tuple makedeclinationtable.args = docopt(__doc__, version='0.1')
 
list makedeclinationtable.easting = args['<easting>']
 
list makedeclinationtable.northing = args['<northing>']
 
list makedeclinationtable.zone = args['<zone>']
 
list makedeclinationtable.letter = args['<letter>']
 
string makedeclinationtable.model = 'IGRF'
 
int makedeclinationtable.day = 1
 
tuple makedeclinationtable.x
 
tuple makedeclinationtable.y = json.loads(x.text)
 
list makedeclinationtable.result = y['result']
 
list makedeclinationtable.declination = result['declination']