This directory contains example scripts demonstrating IRI2016 ionospheric profile calculations.
python examples/example01.py
python examples/example02.pyFirst, install plotting dependencies:
make dev-plottingThen run the examples:
python examples/iri1DExample01.py # Height profile
python examples/iri1DExample01b.py # Height profile (alternate)
python examples/iri1DExample02.py # Latitude profile
python examples/iri1DExample08.py # Time profileFirst, install plotting dependencies:
make dev-plottingThen run the 2D examples (located in scripts/ directory):
python scripts/iri2DExample01.py # Height vs. Time
python scripts/iri2DExample02.py # Latitude vs. Longitude- For headless environments, use:
MPLBACKEND=Agg python examples/iri1DExample01.py - Modify example scripts to customize parameters (latitude, longitude, altitude range, etc.)