Welcome to AI-WQ-package documentation! ========================================= A Python library for participating in the `ECMWF AI Weather Quest `__. Overview -------- *AI-WQ-package* is a Python library designed to streamline participation in the AI Weather Quest. This guide provides step-by-step instructions on how to: - Submit a forecast to the AI Weather Quest competition. - Evaluate sub-seasonal forecasts using tools developed by the AI Weather Quest. - Download training data for initially developing sub-seasonal forecast models. The package leverages capability developed through `xarray `__ for efficient data handling. *AI-WQ-package* requires `Python 3 `__, and its source code is available on `GitHub `__. .. note:: This project is being actively developed. New updates may be released periodically with detailed annoucements given on the `AI Weather Quest Forum `__. Contents -------- .. toctree:: :maxdepth: 2 installation submit_forecast plotting_forecast forecast_evaluation training_data License ---------- *AI-WQ-package* is released under the open source `Apache License`__. .. __: http://www.apache.org/licenses/LICENSE-2.0.html