Skip to main content

A Python wraper to the Inernational Ionosphere Model

Project description

iricore

A Python interface to IRI-2016 and IRI-2020 using ctypes communication.

The extensive documentation is available at the RTD wbsite.

Installation

This package proved to work under Linux only (due to compilation difficulties in Windows). If you are using Windows - consider installing WSL.

Prerequisites

  • CMAKE
sudo apt instal cmake
  • Fortran compiler, e.g. gfortran
sudo apt isntall gfortran

Installing package

Now you can simply install it via pip:

python3 -m pip install iricore

Data files

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.

Project details


Release history Release notifications | RSS feed

This version

1.8.0

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

iricore-1.8.0.tar.gz (3.7 MB view hashes)

Uploaded Source

Built Distribution

iricore-1.8.0-cp310-cp310-manylinux_2_35_x86_64.whl (3.8 MB view hashes)

Uploaded CPython 3.10 manylinux: glibc 2.35+ x86-64

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page