{ "info": { "author": "Michael Hirsch, Ph.D.", "author_email": "", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Environment :: Console", "Intended Audience :: Science/Research", "Operating System :: OS Independent", "Programming Language :: Python :: 3.6", "Programming Language :: Python :: 3.7", "Topic :: Scientific/Engineering" ], "description": "[![Build Status](https://travis-ci.com/scivision/WMM2015.svg?branch=master)](https://travis-ci.com/scivision/WMM2015)\n[![Coverage Status](https://coveralls.io/repos/github/scivision/WMM2015/badge.svg?branch=master)](https://coveralls.io/github/scivision/WMM2015?branch=master)\n[![Build status](https://ci.appveyor.com/api/projects/status/a1xae6d5b5ek65p7?svg=true)](https://ci.appveyor.com/project/scivision/wmm2015)\n[![Python versions (PyPI)](https://img.shields.io/pypi/pyversions/pyWMM2015.svg)](https://pypi.python.org/pypi/pyWMM2015)\n[![Distribution format (PyPI)](https://img.shields.io/pypi/format/pyWMM2015.svg)](https://pypi.python.org/pypi/pyWMM2015)\n[![Downloads](http://pepy.tech/badge/wmm2015)](http://pepy.tech/project/wmm2015)\n\n\n# WMM2015 \n\n WMM2015 World Magnetic Model...in simple, object-oriented Python.\n Tested on Linux, Mac and Windows.\n \n ![image](tests/incldecl.png) \n\n## Install\n\nTo get the cutting-edge development version, `git clone` and then: \n```sh\npython -m pip install -e . \n```\nOtherwise, for the latest release from PyPi: \n```sh\npython -m pip install wmm2015 \n```\n\n## Usage\nan example script\n```sh\npython RunWMM2015.py\n```\n\nas a Python module:\n```python\nimport wmm2015\n\nmag = wmm2015.wmm(glat, glon, alt_km, yeardec)\n```\n\n## Reference\n\n\nIf you only want the plain C program, you can do:\n\n```sh\ncd bin\ncmake ../src\ncmake --build .\n./wmm\n```\n\n\n- WMM2015 [inclination map](https://www.ngdc.noaa.gov/geomag/WMM/data/WMM2015/WMM2015_I_MERC.pdf)\n- WMM2015 [declination map](https://www.ngdc.noaa.gov/geomag/WMM/data/WMM2015/WMM2015_D_MERC.pdf)", "description_content_type": "text/markdown", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/scivision/wmm2015", "keywords": "geomagnetic", "license": "", "maintainer": "", "maintainer_email": "", "name": "wmm2015", "package_url": "https://pypi.org/project/wmm2015/", "platform": "", "project_url": "https://pypi.org/project/wmm2015/", "project_urls": { "Homepage": "https://github.com/scivision/wmm2015" }, "release_url": "https://pypi.org/project/wmm2015/0.9.1/", "requires_dist": null, "requires_python": ">= 3.6", "summary": "WMM2015 geomagnetic model with simple object-oriented Python interface", "version": "0.9.1" }, "last_serial": 4171677, "releases": { "0.9.1": [ { "comment_text": "", "digests": { "md5": "59311c573a55c85f6c4edf79e1229f4c", "sha256": "6f35150fe21f2f15611e4f4160cb46df6b286d778a08289c3e8baa28b02b1b7b" }, "downloads": -1, "filename": "wmm2015-0.9.1.tar.gz", "has_sig": false, "md5_digest": "59311c573a55c85f6c4edf79e1229f4c", "packagetype": "sdist", "python_version": "source", "requires_python": ">= 3.6", "size": 3509, "upload_time": "2018-08-15T04:03:00", "url": "https://files.pythonhosted.org/packages/23/57/699482c68aaad29dbee9b410d2eccd643823dfcce598700fcef70ceb56f2/wmm2015-0.9.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "59311c573a55c85f6c4edf79e1229f4c", "sha256": "6f35150fe21f2f15611e4f4160cb46df6b286d778a08289c3e8baa28b02b1b7b" }, "downloads": -1, "filename": "wmm2015-0.9.1.tar.gz", "has_sig": false, "md5_digest": "59311c573a55c85f6c4edf79e1229f4c", "packagetype": "sdist", "python_version": "source", "requires_python": ">= 3.6", "size": 3509, "upload_time": "2018-08-15T04:03:00", "url": "https://files.pythonhosted.org/packages/23/57/699482c68aaad29dbee9b410d2eccd643823dfcce598700fcef70ceb56f2/wmm2015-0.9.1.tar.gz" } ] }