Metadata-Version: 2.1
Name: RainCheckPy
Version: 0.0.3
Summary: functions to check rainfall data for errors
Home-page: https://github.com/RainfallNZ/RainCheckPy
Author: Tim Kerr
Author-email: Tim.Kerr@Rainfall.NZ
License: UNKNOWN
Project-URL: Bug Tracker, https://github.com/RainfallNZ/RainCheckPy/issues
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE

# RainCheckPy
> Python functions to check rainfall data for errors


These functions read in a dataframe of rainfall observation timeseries and checks each observation against a specific criteria. Each function then generates a time series of the result of the criteria test.


![](header.png)

## Installation

OS X & Linux:

```sh
python3 -m pip install RainCheckPy
```

Windows:

```sh
py -m pip install RainCheckPy
```

## Usage example

```sh
py
>>>import RainCheckPy
>>>RainCheckPy()
```

## Release History

* 0.1.0
    * The first release as a package
* 0.0.1
    * Work in progress

## Meta

Rainfall.NZ – info@rainfall.nz

Distributed under the MIT license. See ``LICENSE`` for more information.

[https://github.com/RainfallNZ/RainCheckPy](https://github.com/RainfallNZ/RainCheckPy)



