A python interface for global geomagnetic field models ====================================================== .. toctree:: :hidden: overview installation package_documentation command_line_interface examples CHANGELOG :ref:`pymagglobal ` serves the purpose of replacing some Fortran scripts, which are used in the geomagnetism community to evaluate global field models. It can be applied to all cubic-spline based geomagnetic field models stored in the same file format as `gufm1` or the `CALSxk` model series. Installation ------------ .. note: pymagglobal depends on `cartopy `_. You have to install it, before running the install command. This should also help if you receive :code:`ImportError: NumPy 1.10+ is required to install cartopy.` pymagglobal is distributed via the PyPI registry of the corresponding repository. It can be installed using .. code-block:: bash $ pip3 install pymagglobal --extra-index-url https://public:5mz_iyigu-WE3HySBH1J@git.gfz-potsdam.de/api/v4/projects/1055/packages/pypi/simple Additional information can be found in the :ref:`installation section `. License ------- GNU General Public License, Version 3, 29 June 2007 Copyright (C) 2020 Helmholtz Centre Potsdam GFZ, German Research Centre for Geosciences, Potsdam, Germany pymagglobal is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. pymagglobal is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program. If not, see .