Metadata-Version: 2.3
Name: MetObs-toolkit
Version: 0.4.0a0
Summary: A Meteorological observations toolkit for scientists
License: LICENSE
Keywords: meteorology,observations,urban climate
Author: Thomas Vergauwen
Author-email: thomas.vergauwen@meteo.be
Requires-Python: >=3.9,<4.0
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Topic :: Scientific/Engineering :: Atmospheric Science
Requires-Dist: cartopy (>=0.23)
Requires-Dist: earthengine-api (>=1.1.3)
Requires-Dist: geemap (>=0.35.3)
Requires-Dist: geopandas (>=1.0.1)
Requires-Dist: geos (>=0.2.3)
Requires-Dist: mapclassify (>=2.8.1)
Requires-Dist: matplotlib (>=3.9.2)
Requires-Dist: numpy (>=1)
Requires-Dist: pandas (>=2)
Requires-Dist: pint (>=0.24.4)
Requires-Dist: setuptools (>=78.1.0)
Requires-Dist: shapely (>=2.0.6)
Description-Content-Type: text/markdown

# MetObs-toolkit

[![PyPI version](https://badge.fury.io/py/metobs-toolkit.svg)](https://badge.fury.io/py/metobs-toolkit)
[![Documentation Status](https://readthedocs.org/projects/metobs-toolkit/badge/?version=latest)](https://metobs-toolkit.readthedocs.io/en/latest/?badge=latest)
[![status](https://joss.theoj.org/papers/ffa3a79315bdf4c4793992a1de41193d/status.svg)](https://joss.theoj.org/papers/ffa3a79315bdf4c4793992a1de41193d)
[![Tests passing](https://github.com/vergauwenthomas/MetObs_toolkit/actions/workflows/main_workflow.yml/badge.svg?branch=master)](https://github.com/vergauwenthomas/MetObs_toolkit/actions/workflows/main_workflow.yml)
[![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.10794417.svg)](https://doi.org/10.5281/zenodo.10794417)

[<img src="https://raw.githubusercontent.com/vergauwenthomas/MetObs_toolkit/master/docs/logo_small.jpeg" alt="drawing" style="width:200px;"/>](https://metobs-toolkit.readthedocs.io/en/latest/index.html)

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](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:

```bash
pip install metobs-toolkit
```

To install the latest development version from GitHub:

```bash
pip install git+https://github.com/vergauwenthomas/MetObs_toolkit.git@dev
```

## Usage

Import the package in Python:

```python
import metobs_toolkit

# Check your version
print(metobs_toolkit.__version__)
```

## Related Projects

* [MetObs_GUI](https://github.com/vergauwenthomas/MetObs_GUI): A graphical user interface for the MetObs-toolkit
* [JOSS publication on the MetObs-toolkit](https://joss.theoj.org/papers/10.21105/joss.05916#)

