chaosmagpy

ChaosMagPy is a simple Python package for evaluating the CHAOS geomagnetic field model and other models of Earth's magnetic field.

https://github.com/ancklo/chaosmagpy

Science Score: 67.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
    Found CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
    Found .zenodo.json file
  • DOI references
    Found 3 DOI reference(s) in README
  • Academic publication links
    Links to: zenodo.org
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (6.2%) to scientific vocabulary

Keywords

geomagnetism inverse-problems satellite-magnetic-data
Last synced: 6 months ago · JSON representation ·

Repository

ChaosMagPy is a simple Python package for evaluating the CHAOS geomagnetic field model and other models of Earth's magnetic field.

Basic Info
  • Host: GitHub
  • Owner: ancklo
  • License: other
  • Language: Python
  • Default Branch: master
  • Homepage:
  • Size: 47 MB
Statistics
  • Stars: 27
  • Watchers: 5
  • Forks: 6
  • Open Issues: 6
  • Releases: 17
Topics
geomagnetism inverse-problems satellite-magnetic-data
Created over 7 years ago · Last pushed 7 months ago
Metadata Files
Readme Changelog License Citation

README.rst

Overview
========

ChaosMagPy is a simple Python package for evaluating the CHAOS geomagnetic
field model and other models of Earth's magnetic field. The latest CHAOS model
is available at http://www.spacecenter.dk/files/magnetic-models/CHAOS-8/.

Documentation
-------------

The documentation of the current release is available on Read the Docs
(https://chaosmagpy.readthedocs.io/en/)

|pypi| |docs| |doi| |license|

.. |pypi| image:: https://badge.fury.io/py/chaosmagpy.svg
   :target: https://badge.fury.io/py/chaosmagpy/

.. |docs| image:: https://readthedocs.org/projects/chaosmagpy/badge/
   :target: https://chaosmagpy.readthedocs.io/en/
   :alt: Documentation Status

.. |license| image:: https://img.shields.io/badge/License-MIT-blue.svg
   :target: license.html

.. |doi| image:: https://zenodo.org/badge/DOI/10.5281/zenodo.3352398.svg
   :target: https://doi.org/10.5281/zenodo.3352398

Owner

  • Name: Clemens Kloss
  • Login: ancklo
  • Kind: user
  • Location: Lyngby, Denmark
  • Company: Technical University of Denmark - DTU Space

Citation (CITATION)

Citation
--------

To reference ChaosMagPy in publications, please cite the package itself

https://doi.org/10.5281/zenodo.3352398

and, for CHAOS-7, the relevant journal publication:

Finlay, C.C., Kloss, C., Olsen, N., Hammer, M. Toeffner-Clausen, L.,
Grayver, A and Kuvshinov, A. (2020), The CHAOS-7 geomagnetic field model and
observed changes in the South Atlantic Anomaly, Earth Planets and Space 72,
doi:10.1186/s40623-020-01252-9

or, for the earlier CHAOS models, some of the following:

Finlay, C.C., Olsen, N., Kotsiaros, S., Gillet, N. and Toeffner-Clausen, L. (2016),
Recent geomagnetic secular variation from Swarm and ground observatories
as estimated in the CHAOS-6 geomagnetic field model Earth Planets Space,
Vol 68, 112. doi: 10.1186/s40623-016-0486-1

Olsen, N., Luehr, H., Finlay, C.C., Sabaka, T. J., Michaelis, I., Rauberg, J. and Toeffner-Clausen, L. (2014),
The CHAOS-4 geomagnetic field model, Geophys. J. Int., Vol 197, 815-827,
doi: 10.1093/gji/ggu033.

Olsen, N., Luehr, H., Sabaka, T.J., Mandea, M. ,Rother, M., Toeffner-Clausen, L. and Choi, S. (2006),
CHAOS — a model of Earth's magnetic field derived from CHAMP, Ørsted, and SAC-C magnetic satellite data,
Geophys. J. Int., vol. 166 67-75

GitHub Events

Total
  • Create event: 1
  • Release event: 1
  • Issues event: 2
  • Watch event: 4
  • Issue comment event: 14
  • Push event: 11
  • Pull request review comment event: 1
  • Pull request review event: 2
  • Pull request event: 7
  • Fork event: 3
Last Year
  • Create event: 1
  • Release event: 1
  • Issues event: 2
  • Watch event: 4
  • Issue comment event: 14
  • Push event: 11
  • Pull request review comment event: 1
  • Pull request review event: 2
  • Pull request event: 7
  • Fork event: 3

Issues and Pull Requests

Last synced: 6 months ago

All Time
  • Total issues: 10
  • Total pull requests: 9
  • Average time to close issues: 4 months
  • Average time to close pull requests: 3 days
  • Total issue authors: 7
  • Total pull request authors: 3
  • Average comments per issue: 1.1
  • Average comments per pull request: 0.78
  • Merged pull requests: 4
  • Bot issues: 0
  • Bot pull requests: 0
Past Year
  • Issues: 3
  • Pull requests: 9
  • Average time to close issues: N/A
  • Average time to close pull requests: 3 days
  • Issue authors: 2
  • Pull request authors: 3
  • Average comments per issue: 0.33
  • Average comments per pull request: 0.78
  • Merged pull requests: 4
  • Bot issues: 0
  • Bot pull requests: 0
Top Authors
Issue Authors
  • smithara (3)
  • eelcodoornbos (2)
  • ancklo (1)
  • ingomichaelis (1)
  • sonjazw (1)
  • agrayver (1)
  • willjbrown88 (1)
Pull Request Authors
  • carlagru (4)
  • smithara (3)
  • fgerick (2)
Top Labels
Issue Labels
bug (1) question (1)
Pull Request Labels
enhancement (1)

Dependencies

requirements.txt pypi
  • Cython >=0.28
  • cartopy >=0.17
  • cdflib >=0.3
  • docutils >=0.13
  • h5py >=2.8.0
  • hdf5storage >=0.1.17
  • lxml >=4.3.4
  • matplotlib >=3
  • numpy >=1.15
  • pandas >=0.23
  • pygments >=2.2
  • scipy >=1.1
environment.yml pypi
  • cdflib *
  • hdf5storage >=0.1.17
  • lxml *
  • sphinx-gallery *
setup.py pypi