WMM2015 geomagnetic model with simple object-oriented Python interface
Project description
WMM2015
WMM2015 World Magnetic Model...in simple, object-oriented Python. Tested on Linux, Mac and Windows.
Install
To get the cutting-edge development version, git clone
and then:
python -m pip install -e .
Otherwise, for the latest release from PyPi:
python -m pip install wmm2015
Usage
an example script
python RunWMM2015.py
as a Python module:
import wmm2015
mag = wmm2015.wmm(glat, glon, alt_km, yeardec)
Reference
If you only want the plain C program, you can do:
cd bin
cmake ../src
cmake --build .
./wmm
- WMM2015 inclination map
- WMM2015 declination map
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
wmm2015-0.9.1.tar.gz
(3.5 kB
view hashes)