Metadata-Version: 2.1
Name: hydrobm
Version: 1.0.0
Summary: Python package for calculating simple benchmarks from hydroclimatic timeseries
Home-page: https://github.com/wknoben/hydrobm
Author: Wouter Knoben
Author-email: wouter.knoben@ucalgary.ca
License: BSD (3-clause)
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.8
License-File: LICENSE
License-File: AUTHORS.rst

====================================
Benchmarks for Hydrologic Timeseries
====================================

.. image:: https://github.com/wknoben/hydrobm/actions/workflows/testing.yml/badge.svg
   :target: https://github.com/wknoben/hydrobm/actions/workflows/testing.yml


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


Python package for calculating simple benchmarks from hydroclimatic timeseries.

* Free software: GNU General Public License v3.
* Documentation: https://hydrobm.readthedocs.io/en/latest/.

Features
--------

* Works with netcdf and .csv files, through `xarray` and `pandas` respectively.
* Calculates simple benchmarks models for streamflow timeseries, such as the long-term mean, seasonal cycle and basic representations of the rainfall-runoff relationship.
* Capability to run a basic snow accumulation and melt model.


Provenance
----------
Build with `Scientific Python Cookiecutter <https://nsls-ii.github.io/scientific-python-cookiecutter/index.html>`_.
