MetObs-toolkit
June 1, 2026 ยท View on GitHub
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.
Documentation
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.
Installation
Install the latest release from PyPI:
pip install metobs-toolkit
Install using conda
conda install -c conda-forge metobs-toolkit
or using mamba
mamba install metobs-toolkit
To install the latest development version from GitHub:
pip install git+https://github.com/vergauwenthomas/MetObs_toolkit.git@dev
Usage
Import the package in Python:
import metobs_toolkit
# Check your version
print(metobs_toolkit.__version__)
Related Projects
- MetObs_GUI: A graphical user interface for the MetObs-toolkit
- JOSS publication on the MetObs-toolkit
