Python package providing meteorological calculation kernels, including heatwave and coldwave detection, anomaly and z score computation, plotting helpers, and correlation utilities.
From the repository root:
-
Create and activate a virtual environment
python -m venv .venv && .\\.venv\\Scripts\\activate -
Install the package in editable mode (plus dependencies as needed)
pip install -e backend/meteorology_calculator
src/meteorology_calculator/: Library code grouped by domain (heatwaves, coldwaves, anomaly detectors, plotting, and related utilities).setup.py: Editable install entry point.