Metadata-Version: 2.1
Name: hydrodataset
Version: 0.0.1
Summary: A Python package for downloading and reading hydrological datasets
Home-page: https://github.com/OuyangWenyu/hydrodataset
Author: Wenyu Ouyang
Author-email: wenyuouyang@outlook.com
License: MIT license
Keywords: hydrodataset
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.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE
License-File: AUTHORS.rst

<!--
 * @Author: Wenyu Ouyang
 * @Date: 2021-12-05 22:13:21
 * @LastEditTime: 2022-09-06 09:01:42
 * @LastEditors: Wenyu Ouyang
 * @Description: README for hydrodataset
 * @FilePath: \hydrodataset\README.md
 * Copyright (c) 2021-2022 Wenyu Ouyang. All rights reserved.
-->
# hydrodataset


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


**A Python package for downloading and reading hydrological datasets**

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

## Features

HydroDataset is designed to help (1) download, (2) read, (3)format and (4) visualize some datasets through a
core language (Python) for watershed hydrological modeling.

**Note**: But now this repository is still developing and only supports quite simple functions such as downloading and reading data for watersheds.

It is inspired by https://github.com/mikejohnson51/HydroData and the following related similar packages:

- https://github.com/cheginit/hydrodata
- https://github.com/jsta/nhdR
- https://github.com/lawinslow/hydrolinks
- https://github.com/mbtyers/riverdist
- https://github.com/ropensci/FedData
- https://github.com/usgs-r/nhdplusTools

Now the dataset zoo list includes:

|**Number**|**Dataset**|**Description**|**Format**|
|----------|-----------|---------------|-----------|
|1|**CAMELS-US**|CAMELS for US basins|Dataset Directory|

## Credits

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