Metadata-Version: 2.3
Name: hydrostats
Version: 1.0.0
Summary: Tools for use in comparison studies, specifically for use in the field of hydrology
Keywords: hydrology,error,metrics,comparison,statistics,forecast,observed
Author: Wade Roberts
Author-email: Wade Roberts <wade.a.roberts@protonmail.com>
License: MIT
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: Programming Language :: Python :: 3.14
Classifier: Topic :: Scientific/Engineering :: Hydrology
Requires-Dist: hydroerr~=2.0
Requires-Dist: matplotlib~=3.0
Requires-Dist: numba~=0.63.0
Requires-Dist: numpy~=2.0
Requires-Dist: pandas~=2.0
Requires-Dist: scipy~=1.0
Requires-Python: >=3.10, <=3.15
Project-URL: Homepage, https://github.com/BYU-Hydroinformatics/Hydrostats
Description-Content-Type: text/markdown

[![CI](https://github.com/BYU-Hydroinformatics/Hydrostats/actions/workflows/ci.yml/badge.svg?branch=master)](https://github.com/BYU-Hydroinformatics/Hydrostats/actions/workflows/ci.yml?query=branch:master)
[![image](https://img.shields.io/pypi/v/hydrostats.svg)](https://pypi.python.org/pypi/hydrostats)
[![image](https://img.shields.io/pypi/l/hydrostats.svg)](https://github.com/BYU-Hydroinformatics/Hydrostats/blob/master/LICENSE.txt)
[![image](https://img.shields.io/pypi/pyversions/hydrostats.svg)](https://pypi.python.org/pypi/hydrostats)

Tools for use in comparison studies, specifically for use in the field of hydrology

- **Documentation:** https://hydrostats.readthedocs.io/en/stable/
- **Source:** https://github.com/BYU-Hydroinformatics/Hydrostats
- **Bug reports:** https://github.com/BYU-Hydroinformatics/Hydrostats/issues

Hydrostats provides:

- Preprocessing Tools
- Visualization Tools
- Access to over 70 error metrics through the [HydroErr package](https://github.com/BYU-Hydroinformatics/HydroErr) dependency
- A library of relevant metrics to measure forecast skill

Publications:
- Roberts, W., Williams, G., Jackson, E., Nelson, E., Ames, D., 2018. Hydrostats: A Python Package for Characterizing Errors between Observed and Predicted Time Series. Hydrology 5(4) 66, doi:10.3390/hydrology5040066

We would request that if you use this package that you please cite the above paper. The journal paper is open access and can be found at https://doi.org/10.3390/hydrology5040066. BibTeX, EndNote, and RIS files can be downloaded at the journal site.

[![Powered by BYU Hydroinformatics](https://img.shields.io/badge/powered%20by-BYU%20HydroInformatics-blue.svg)](http://worldwater.byu.edu/)
