| 
    Jpp 19.3.0-rc.1
    
   the software that should make you happy 
   | 
 
Go to the source code of this file.
Namespaces | |
| namespace | makedeclinationtable | 
Functions | |
| makedeclinationtable.gettimestamp (year, month, day) | |
Variables | |
| makedeclinationtable.args = docopt(__doc__, version='0.1') | |
| makedeclinationtable.easting = args['<easting>'] | |
| makedeclinationtable.northing = args['<northing>'] | |
| makedeclinationtable.zone = args['<zone>'] | |
| makedeclinationtable.letter = args['<letter>'] | |
| makedeclinationtable.latitude | |
| makedeclinationtable.longitude | |
| str | makedeclinationtable.model = 'IGRF' | 
| int | makedeclinationtable.day = 1 | 
| str | makedeclinationtable.key = 'zNEw7' | 
| str | makedeclinationtable.request_text | 
| makedeclinationtable.x = requests.get(request_text) | |
| makedeclinationtable.y = json.loads(x.text) | |
| makedeclinationtable.result = y['result'][0] | |
| makedeclinationtable.declination = result['declination'] | |