Metadata-Version: 2.1
Name: poligrain
Version: 0.0.3
Summary: Effortlessly plot and compare (rainfall) sensor data with point, line and grid geometry.
Home-page: https://github.com/OpenSenseAction/poligrain
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: 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: pyproj (>=3.6.1,<4.0.0)
Requires-Dist: pytest (>=6) ; extra == "test" or extra == "dev"
Requires-Dist: pytest-cov (>=3) ; extra == "test" or extra == "dev"
Requires-Dist: scipy (>=1.12.0,<2.0.0)
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/poligrain
Description-Content-Type: text/markdown

# poligrain

[![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]

<!-- SPHINX-START -->

`poligrain` is a Python package developed within the COST Action OPENSENSE to
simplify common tasks for working with **po**int, **li**ne and **gr**idded
sensor data, focusing on **rain**fall observations.

This is currently an early draft of the package and no, or only preliminary
functionality, is there...

<!-- prettier-ignore-start -->
[actions-badge]:            https://github.com/OpenSenseAction/poligrain/workflows/CI/badge.svg
[actions-link]:             https://github.com/OpenSenseAction/poligrain/actions
[conda-badge]:              https://img.shields.io/conda/vn/conda-forge/poligrain
[conda-link]:               https://github.com/conda-forge/poligrain-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/poligrain/discussions
[pypi-link]:                https://pypi.org/project/poligrain/
[pypi-platforms]:           https://img.shields.io/pypi/pyversions/poligrain
[pypi-version]:             https://img.shields.io/pypi/v/poligrain
[rtd-badge]:                https://readthedocs.org/projects/poligrain/badge/?version=latest
[rtd-link]:                 https://poligrain.readthedocs.io/en/latest/?badge=latest

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

