Metadata-Version: 2.1
Name: cloudnetpy-qc
Version: 0.0.13
Summary: Quality control routines for CloudnetPy
Home-page: https://github.com/actris-cloudnet/cloudnetpy-qc
Author: Finnish Meteorological Institute
Author-email: actris-cloudnet@fmi.fi
License: MIT License
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3.8
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Intended Audience :: Science/Research
Classifier: Topic :: Scientific/Engineering
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE

# CloudnetPy-QC

![](https://github.com/actris-cloudnet/cloudnetpy-qc/workflows/CloudnetPy-QC%20CI/badge.svg)

CloudnetPy quality control

Installation
------------
```shell
$ pip3 install cloudnetpy_qc
```

Usage
-----
```python
from cloudnetpy_qc import Quality
quality = Quality('cloudnet-file.nc')
metadata_result = quality.check_metadata()
data_result = quality.check_data()
```


