pyIGRF
pyIGRF copied to clipboard
Can this be rewritten to use Python's native `math` instead of `np`?
The calculate module appears to use only a few np features: sin, cos, atan2, sqrt, pi that are also in the math module.
This would be slightly easier to work with if it did not depend on np.