cmweiss / geomag

Automatically exported from code.google.com/p/geomag
45 stars 43 forks source link

inclination and total intensity functions #12

Open chrisflesher opened 4 years ago

chrisflesher commented 4 years ago

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.