Metadata-Version: 2.1
Name: hydroutils
Version: 0.0.12
Summary: A collection of commonly used util functions in hydrological modeling
Home-page: https://github.com/OuyangWenyu/hydroutils
Author: Wenyu Ouyang
Author-email: wenyuouyang@outlook.com
License: MIT license
Keywords: hydroutils
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Requires-Python: >=3.9
Description-Content-Type: text/markdown
License-File: LICENSE
License-File: AUTHORS.rst
Requires-Dist: numpy
Requires-Dist: pandas
Requires-Dist: matplotlib
Requires-Dist: seaborn
Requires-Dist: cartopy
Requires-Dist: HydroErr
Requires-Dist: async-retriever
Requires-Dist: tqdm
Requires-Dist: rich
Requires-Dist: boto3~=1.34.34
Requires-Dist: minio
Requires-Dist: s3fs~=2024.2
Requires-Dist: tzfpy

# hydroutils


[![image](https://img.shields.io/pypi/v/hydroutils.svg)](https://pypi.python.org/pypi/hydroutils)
[![image](https://img.shields.io/conda/vn/conda-forge/hydroutils.svg)](https://anaconda.org/conda-forge/hydroutils)

[![image](https://pyup.io/repos/github/OuyangWenyu/hydroutils/shield.svg)](https://pyup.io/repos/github/OuyangWenyu/hydroutils)


**A collection of commonly used util functions in hydrological modeling**


-   Free software: MIT license
-   Documentation: https://OuyangWenyu.github.io/hydroutils
    

## Features

This is a very basic package that contains some commonly used functions in hydrological modeling. The functions are organized into several modules, including:

- hydro_arithmetic: Arithmetic operations for hydrological variables
- hydro_file: File operations for hydrological variables
- hydro_plot: Plotting functions for hydrological variables
- hydro_stat: Statistical functions for hydrological variables
- hydro_time: Time series operations for hydrological variables

## Credits

This package was created with [Cookiecutter](https://github.com/cookiecutter/cookiecutter) and the [giswqs/pypackage](https://github.com/giswqs/pypackage) project template.
