.gitignore
.pre-commit-config.yaml
.readthedocs.yml
LICENSE
Makefile
README.md
environment.yml
pyproject.toml
pytest.ini
setup.cfg
.github/ci-hpc-config.yml
.github/ci-hpc-gpu-config.yml
.github/workflows/cd-pypi.yml
.github/workflows/ci.yml
.github/workflows/label-public-pr.yml
.github/workflows/nightly-hpc-gpu.yml
.github/workflows/notify-new-issue.yml
.github/workflows/notify-new-pr.yml
.github/workflows/qa.yml
docs/Makefile
docs/conf.py
docs/development.rst
docs/index.rst
docs/install.rst
docs/licence.rst
docs/make.bat
docs/references.rst
docs/requirements.txt
docs/skip_api_rules.py
docs/_ext/xref.py
docs/_static/.gitkeep
docs/_static/style.css
docs/_static/wind_direction.png
docs/_static/wind_sector.png
docs/_templates/.gitkeep
docs/examples/index.rst
docs/examples/return_period.ipynb
docs/release_notes/index.rst
docs/release_notes/version_0.1_updates.rst
docs/release_notes/version_0.2_updates.rst
docs/release_notes/version_0.3_updates.rst
docs/release_notes/version_0.4_updates.rst
docs/release_notes/version_0.5_updates.rst
docs/release_notes/version_0.6_updates.rst
src/earthkit/meteo/__init__.py
src/earthkit/meteo/_version.py
src/earthkit/meteo/constants/__init__.py
src/earthkit/meteo/constants/constants.py
src/earthkit/meteo/extreme/__init__.py
src/earthkit/meteo/extreme/cpf.py
src/earthkit/meteo/extreme/efi.py
src/earthkit/meteo/extreme/sot.py
src/earthkit/meteo/extreme/array/__init__.py
src/earthkit/meteo/extreme/array/cpf.py
src/earthkit/meteo/extreme/array/efi.py
src/earthkit/meteo/extreme/array/sot.py
src/earthkit/meteo/score/__init__.py
src/earthkit/meteo/score/correlation.py
src/earthkit/meteo/score/crps.py
src/earthkit/meteo/score/array/__init__.py
src/earthkit/meteo/score/array/correlation.py
src/earthkit/meteo/score/array/crps.py
src/earthkit/meteo/solar/__init__.py
src/earthkit/meteo/solar/solar.py
src/earthkit/meteo/solar/array/__init__.py
src/earthkit/meteo/solar/array/solar.py
src/earthkit/meteo/stats/__init__.py
src/earthkit/meteo/stats/extreme_values.py
src/earthkit/meteo/stats/numpy_extended.py
src/earthkit/meteo/stats/quantiles.py
src/earthkit/meteo/stats/array/__init__.py
src/earthkit/meteo/stats/array/_polyfill.py
src/earthkit/meteo/stats/array/extreme_values.py
src/earthkit/meteo/stats/array/numpy_extended.py
src/earthkit/meteo/stats/array/quantiles.py
src/earthkit/meteo/thermo/__init__.py
src/earthkit/meteo/thermo/thermo.py
src/earthkit/meteo/thermo/array/__init__.py
src/earthkit/meteo/thermo/array/es_comp.py
src/earthkit/meteo/thermo/array/thermo.py
src/earthkit/meteo/utils/testing.py
src/earthkit/meteo/vertical/__init__.py
src/earthkit/meteo/vertical/vertical.py
src/earthkit/meteo/vertical/array/__init__.py
src/earthkit/meteo/vertical/array/vertical.py
src/earthkit/meteo/wind/__init__.py
src/earthkit/meteo/wind/wind.py
src/earthkit/meteo/wind/array/__init__.py
src/earthkit/meteo/wind/array/wind.py
src/earthkit_meteo.egg-info/PKG-INFO
src/earthkit_meteo.egg-info/SOURCES.txt
src/earthkit_meteo.egg-info/dependency_links.txt
src/earthkit_meteo.egg-info/requires.txt
src/earthkit_meteo.egg-info/top_level.txt
tests/downstream-ci-requirements.txt
tests/environment-unit-tests.yml
tests/test_version.py
tests/data/eqpt.csv
tests/data/sat_mr.csv
tests/data/sat_mr_slope.csv
tests/data/sat_q.csv
tests/data/sat_q_slope.csv
tests/data/sat_vp.csv
tests/data/sat_vp_slope.csv
tests/data/seqpt.csv
tests/data/t_hum_p_data.csv
tests/data/t_on_most_adiabat.csv
tests/data/t_wet.csv
tests/data/t_wetpt.csv
tests/extreme/_cpf.py
tests/extreme/_data.py
tests/extreme/test_extreme.py
tests/score/_crps.py
tests/score/_pearson.py
tests/score/test_score.py
tests/solar/test_solar.py
tests/stats/_quantile.py
tests/stats/test_stats.py
tests/thermo/test_thermo.py
tests/vertical/_vertical_data.py
tests/vertical/test_vertical.py
tests/wind/test_wind.py