Skip to main content

WMM2015 geomagnetic model with simple object-oriented Python interface

Project description

Build Status Coverage Status Build status Python versions (PyPI) Distribution format (PyPI) Downloads

WMM2015

WMM2015 World Magnetic Model...in simple, object-oriented Python. Tested on Linux, Mac and Windows.

image

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

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)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page