Metadata-Version: 2.1
Name: hydrobot
Version: 0.3.2
Summary: A suite of processing tools for Hilltop hydrological data.
Author-email: Nic Mostert <nicolas.mostert@horizons.govt.nz>, Sam Irvine <sam.irvine@horizons.govt.nz>
License: GNU General Public License v3
Project-URL: Homepage, https://github.com/HorizonsRC/hydrobot
Project-URL: Issues, https://github.com/HorizonsRC/hydrobot/issues
Project-URL: Documentation, https://hydrobot.readthedocs.io
Project-URL: Package, https://pypi.org/project/hydrobot
Keywords: hydrology, automation, pandas, hilltop, hilltop-py, HorizonsRC
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3.11
Requires-Python: ==3.11.6
Description-Content-Type: text/x-rst
License-File: LICENSE
License-File: AUTHORS.rst
Requires-Dist: hilltop-py >=2.3.1
Requires-Dist: data-annalist >=0.3.6
Requires-Dist: matplotlib >=3.8.0
Provides-Extra: all
Requires-Dist: hydrobot[dev,docs,test] ; extra == 'all'
Provides-Extra: dev
Requires-Dist: ruff >=0.1.6 ; extra == 'dev'
Requires-Dist: ruff-lsp >=0.0.45 ; extra == 'dev'
Requires-Dist: pre-commit >=3.5.0 ; extra == 'dev'
Provides-Extra: docs
Requires-Dist: Sphinx >=7.2.6 ; extra == 'docs'
Requires-Dist: furo >=2023.9.10 ; extra == 'docs'
Provides-Extra: test
Requires-Dist: pytest >=7.4.2 ; extra == 'test'
Requires-Dist: pytest-cov >=4.1.0 ; extra == 'test'
Requires-Dist: pytest-dependency >=0.5.1 ; extra == 'test'
Requires-Dist: pytest-mock >=3.12.0 ; extra == 'test'

======================
Hydrobot
======================


.. image:: https://img.shields.io/pypi/v/hydrobot.svg
        :target: https://pypi.python.org/pypi/hydrobot

.. image:: https://readthedocs.org/projects/hydrobot/badge/?version=latest
        :target: https://hydrobot.readthedocs.io/en/latest/?version=latest
        :alt: Documentation Status

Python Package providing a suite of processing tools and utilities for Hilltop hydrological data.


* Free software: GNU General Public License v3
* Documentation: https://hydrobot.readthedocs.io.


Features
--------

* Processes data downloaded from Hilltop Server
* Uses annalist to record all changes to data
* Capable of clipping data, removing spikes based on FBEWMA smoothing, closing gaps of a given size, QCing data based on NEMS standards
* Plotting stuff (lots of it)
* Probably more things I cannot think of right now
* This is a professional document
* Work in progress
* TODO - actual feature list


Credits
-------

This package was created with Cookiecutter_ and the `audreyr/cookiecutter-pypackage`_ project template.

.. _Cookiecutter: https://github.com/audreyr/cookiecutter
.. _`audreyr/cookiecutter-pypackage`: https://github.com/audreyr/cookiecutter-pypackage
