Skip to content

Installation

Requires Python >= 3.10.

pip install modverif
# or
uv add modverif

Optional Dependencies

cartopy is recommended for geographic map projections in station maps and composite plots. Without it, plots fall back to plain matplotlib axes.

pip install cartopy
# or
uv add cartopy