Metadata-Version: 2.1
Name: chaosmagpy
Version: 0.1a0
Summary: Evaluate the CHAOS geomagnetic field model.
Home-page: https://github.com/ancklo/ChaosMagPy
Author: Clemens Kloss
Author-email: ancklo@space.dtu.dk
License: MIT
Description: Overview
        ========
        
        ChaosMagPy is a simple Python package for evaluating the
        `CHAOS <http://www.spacecenter.dk/files/magnetic-models/CHAOS-6/>`_ geomagnetic
        field model. To get quickly started, download a complete working example
        including the latest model `here <http://www.spacecenter.dk/files/magnetic-models/CHAOS-6/chaosmagpy_package.zip>`_.
        
        References
        ----------
        
        *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
        
        Installation
        ============
        
        1. Install the following packages for example with conda:
        
        	>>> conda install python numpy scipy pandas cython cartopy matplotlib<3
        
           (At the moment, you need matplotlib 2 as pcolormesh is not working with the
           current cartopy release. But it will be hopefully updated soon.)
        
        2. Install cdflib with pip:
        
            >>> pip install cdflib
        
        3. Finally install ChaosMagPy either with pip:
        
            >>> pip install chaosmagpy
        
           or, if you downloaded the package files, with:
        
        	>>> pip install chaosmagpy-x.x.tar.gz
        
           replacing `x` with the correct version.
        
        MIT License
        
        Copyright (c) 2018 Clemens Kloss
        
        Permission is hereby granted, free of charge, to any person obtaining a copy
        of this software and associated documentation files (the "Software"), to deal
        in the Software without restriction, including without limitation the rights
        to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
        copies of the Software, and to permit persons to whom the Software is
        furnished to do so, subject to the following conditions:
        
        The above copyright notice and this permission notice shall be included in all
        copies or substantial portions of the Software.
        
        THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
        IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
        FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
        AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
        LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
        OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
        SOFTWARE.
        
Keywords: CHAOS,geomagnetic field,spherical harmonics model
Platform: UNKNOWN
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: Unix
Classifier: Operating System :: POSIX
Classifier: Operating System :: Microsoft :: Windows
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.7
Classifier: Topic :: Scientific/Engineering :: Physics
Description-Content-Type: text/x-rst
