A Python interface to IRI-2016 and IRI-2020 using ctypes
communication.
The extensive documentation is available at the RTD wbsite.
This package proved to work under Linux only (due to compilation difficulties in Windows). If you are using Windows - consider installing WSL.
- CMAKE
sudo apt install cmake
- Fortran compiler, e.g.
gfortran
sudo apt install gfortran
Now you can simply install it via pip
:
python3 -m pip install iricore
IRI2016
model depends on data files which are regularly updated.
iricore
does not autoupdate those, but provides tool for quick update. You can run from terminal
python3 -c "import iricore; iricore.update()"
or add
import iricore
iricore.update()
to any Python script.