The MetObs-toolkit provides a comprehensive framework for scientists to process, quality control, and analyze raw meteorological data. It is designed to be flexible, extensible, and user-friendly for a wide range of meteorological applications.
Full documentation, including installation instructions, usage examples, and API reference, is available at:
👉 https://metobs-toolkit.readthedocs.io/en/latest/index.html
Please ensure the documentation version matches your installed version of the toolkit.
Install the latest release from PyPI:
pip install metobs-toolkitInstall using conda
conda install -c conda-forge metobs-toolkit or using mamba
mamba install metobs-toolkitTo install the latest development version from GitHub:
pip install git+https://github.com/vergauwenthomas/MetObs_toolkit.git@devImport the package in Python:
import metobs_toolkit
# Check your version
print(metobs_toolkit.__version__)- MetObs_GUI: A graphical user interface for the MetObs-toolkit
- JOSS publication on the MetObs-toolkit
