Metadata-Version: 2.3
Name: pypwsqc
Version: 0.2.1
Summary: Quality control for PWS data
License: BSD-3-Clause
Author: Christian Chwala
Author-email: christian.chwala@kit.edu
Requires-Python: >=3.9,<4.0.0
Classifier: Development Status :: 1 - Planning
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: BSD License
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: Programming Language :: Python :: 3.13
Classifier: Topic :: Scientific/Engineering
Classifier: Typing :: Typed
Provides-Extra: dev
Provides-Extra: docs
Provides-Extra: test
Requires-Dist: bottleneck (>=1.4.1)
Requires-Dist: furo (>=2023.08.17) ; extra == "docs"
Requires-Dist: ipython ; extra == "docs"
Requires-Dist: matplotlib (>=3.8.2)
Requires-Dist: myst_parser (>=0.13) ; extra == "docs"
Requires-Dist: nbmake (>=1.4.6) ; extra == "test" or extra == "dev"
Requires-Dist: nbsphinx ; extra == "docs"
Requires-Dist: netcdf4 (>=1.6.5)
Requires-Dist: numpy (>=1.26.3)
Requires-Dist: poligrain (>=0.1.0)
Requires-Dist: pytest (>=6) ; extra == "test" or extra == "dev"
Requires-Dist: pytest-cov (>=3) ; extra == "test" or extra == "dev"
Requires-Dist: sphinx (>=7.0) ; extra == "docs"
Requires-Dist: sphinx-autodoc-typehints ; extra == "docs"
Requires-Dist: sphinx_copybutton (>=0.3.0) ; extra == "docs"
Requires-Dist: tqdm (>=4.66.5)
Requires-Dist: xarray (>=2023.12.0)
Project-URL: Homepage, https://github.com/OpenSenseAction/pypwsqc
Project-URL: Repository, https://github.com/OpenSenseAction/pypwsqc
Description-Content-Type: text/markdown

# pypwsqc

[![Actions Status][actions-badge]][actions-link]
[![Documentation Status][rtd-badge]][rtd-link]

[![PyPI version][pypi-version]][pypi-link]
[![Conda-Forge][conda-badge]][conda-link]
[![PyPI platforms][pypi-platforms]][pypi-link]
[![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.14177798.svg)](https://doi.org/10.5281/zenodo.14177798)

`pypwsqc` is a Python package for quality control (QC) of data from personal
weather stations (PWS), developed within the COST Action OPENSENSE.

It's current main goal is to provide a unified implementation of the QC methods
from [PWSQC](https://github.com/LottedeVos/PWSQC) (written in R, but parts of it
are available in Python) and
[pws-pyqc](https://github.com/AbbasElHachem/pws-pyqc) (written in Python).

<!-- SPHINX-START -->

<!-- prettier-ignore-start -->
[actions-badge]:            https://github.com/OpenSenseAction/pypwsqc/workflows/CI/badge.svg
[actions-link]:             https://github.com/OpenSenseAction/pypwsqc/actions
[conda-badge]:              https://img.shields.io/conda/vn/conda-forge/pypwsqc
[conda-link]:               https://github.com/conda-forge/pypwsqc-feedstock
[github-discussions-badge]: https://img.shields.io/static/v1?label=Discussions&message=Ask&color=blue&logo=github
[github-discussions-link]:  https://github.com/OpenSenseAction/pypwsqc/discussions
[pypi-link]:                https://pypi.org/project/pypwsqc/
[pypi-platforms]:           https://img.shields.io/pypi/pyversions/pypwsqc
[pypi-version]:             https://img.shields.io/pypi/v/pypwsqc
[rtd-badge]:                https://readthedocs.org/projects/pypwsqc/badge/?version=latest
[rtd-link]:                 https://pypwsqc.readthedocs.io/en/latest/?badge=latest

<!-- prettier-ignore-end -->

