Metadata-Version: 2.1
Name: MetPyQC
Version: 0.1.1
Summary: Quality control and reconstruction of meteorological data
Home-page: https://github.com/silve92/MetPyQC
Author: Lorenzo Silvestri
Author-email: lorenzo.silvestri.eng@gmail.com
License: MIT license
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Topic :: Scientific/Engineering :: Atmospheric Science
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: numpy (>=1.20.1)
Requires-Dist: scipy (>=1.6.0)
Requires-Dist: pandas (>=1.1.3)
Requires-Dist: scikit-learn (>=0.23.2)
Requires-Dist: tqdm (>=4.42.1)

# MetPyQC
[![DOI](https://zenodo.org/badge/442791183.svg)](https://zenodo.org/badge/latestdoi/442791183)
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
[![PyPi version](https://badgen.net/pypi/v/metpyqc/)](https://pypi.python.org/pypi/MetPyQC/)
[![Documentation Status](https://readthedocs.org/projects/metpyqc/badge/?version=latest)](https://metpyqc.readthedocs.io/en/latest/?badge=latest)


Python library for quality control and reconstruction of meteorological data

<img src="docs/_static/logo_pyqc4.jpg" alt="drawing" width="400"/>

[//]:![MetPyQC](docs/_static/logo_pyqc4.jpg)

MetPyQC is currently under development and the current version is only preliminary. 

## Installation
**MetPyQC** is available on PyPI:

```console
$ python -m pip install metpyqc
```
## Dependencies

Other required packages:

- Numpy
- Scipy
- Pandas
- Scikit-learn
- Tqdm


## Documentation
A detailed package documentation is available on [Read the Docs](https://metpyqc.readthedocs.io)

## License
This project is licensed under the terms of the [MIT license](LICENSE).



