Installation

Note

Right now, the project is still in development. The only way to download the library is to download the.whlfile and to run pip:

pip install path_to_whl_file

Requirements

The list of all requirements for the Python libraries is available in thepyproject.toml file.

Before running the code, make sure to run the following command in a python terminal:

import igrf
import msise00

igrf.base.build()
msise00.base.build()