Currently __init__.py file only allows access to two functions, declination and mag_heading. It would be great to add other functions to calculate inclination and total magnetic field. I am currently doing this using the geomag.__singleton__ object, seems like there should be a better way to do this.
Currently
__init__.py
file only allows access to two functions, declination and mag_heading. It would be great to add other functions to calculate inclination and total magnetic field. I am currently doing this using thegeomag.__singleton__
object, seems like there should be a better way to do this.