try.py
Go to the documentation of this file.
1 #!/usr/bin/python
2 
3 import geomag
4 
5 
6 gm = geomag.GeoMag("WMM.COF")
7 mag = gm.calc(43.411454, -80.472708)
8 print(mag.dec)


declination
Author(s):
autogenerated on Sat May 23 2020 03:41:45