Metadata-Version: 2.1
Name: pypwsqc
Version: 0.0.2
Summary: Quality control for PWS data
Home-page: https://github.com/OpenSenseAction/pypwsqc
License: BSD-3-Clause
Author: Christian Chwala
Author-email: christian.chwala@kit.edu
Requires-Python: >=3.10,<3.12
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.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Topic :: Scientific/Engineering
Classifier: Typing :: Typed
Provides-Extra: dev
Provides-Extra: docs
Provides-Extra: test
Requires-Dist: furo (>=2023.08.17) ; extra == "docs"
Requires-Dist: ipython ; extra == "docs"
Requires-Dist: matplotlib (>=3.8.2,<4.0.0)
Requires-Dist: myst_parser (>=0.13) ; extra == "docs"
Requires-Dist: nbmake (>=1.4.6,<2.0.0) ; extra == "test" or extra == "dev"
Requires-Dist: nbsphinx ; extra == "docs"
Requires-Dist: netcdf4 (>=1.6.5,<2.0.0)
Requires-Dist: numpy (>=1.26.3,<2.0.0)
Requires-Dist: poligrain (>=0.0.3,<0.0.4)
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: xarray (>=2023.12.0,<2024.0.0)
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]

`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 -->

