Skip to content

vergauwenthomas/MetObs_toolkit

Repository files navigation

MetObs-toolkit

PyPI version Conda Version Documentation Status status Tests passing DOI

drawing

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

About

A toolkit for using non-traditional meteorological observations

Topics

Resources

License

Contributing

Stars

Watchers

Forks

Packages

No packages published

Contributors 13