معرفی شرکت ها


catchment-0.0.1


Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر

توضیحات

A python package for catchment delineation
ویژگی مقدار
سیستم عامل -
نام فایل catchment-0.0.1
نام catchment
نسخه کتابخانه 0.0.1
نگهدارنده []
ایمیل نگهدارنده []
نویسنده Cody James
ایمیل نویسنده xiejx5@gmail.com
آدرس صفحه اصلی https://github.com/xiejx5/catchment
آدرس اینترنتی https://pypi.org/project/catchment/
مجوز MIT
<div align="center"> # catchment An open-source Python package for catchment delineation 🔥<br> </div> <br> <div align="center"> Figure Here </div> <br> ## ⚡&nbsp;&nbsp;Usage ### Install ```bash pip install catchment ``` <br> ### Example ```python import catchment path = f'{catchment._path}/example.csv' Q, date = catchment.load_streamflow(path) b, KGEs = catchment.delineation(Q, date, area=276) print(f'Best Method: {b.dtype.names[KGEs.argmax()]}') ``` <br> ## Project Structure The directory structure of catchment looks like this: ``` ├── methods <- implements for 12 catchment delineation methods │ ├── recession_analysis <- tools for estimating recession coefficiency │ ├── param_estimate <- backward and calibration approaches to estimate other parameters │ ├── comparison <- an evaluation criterion to comparison different methods │ ├── requirements.txt <- File for installing catchment dependencies │ └── README.md ``` <br> ## 📌&nbsp;&nbsp;Todo ### Nolinear reservoir assumption - Implement the nolinear reservoir assumption from the [paper](https://github.com/xiejx5/watershed_delineation/releases) - Employ a time-varing recession coefficiency for catchment delineation <br> ### Applicable to other time scales 1. The current version only applies to the daily scale 2. The package needs to be updated to support hourly catchment delineation <br> ## 🚀&nbsp;&nbsp;Publications ### The following articles detail the 12 catchment delineation methods and their evaluation criterion. - Xie, J., Liu, X., Wang, K., Yang, T., Liang, K., & Liu, C. (2020). Evaluation of typical methods for catchment delineation in the contiguous United States. Journal of Hydrology, 583, 124628. https://doi.org/10.1016/j.jhydrol.2020.124628


نیازمندی

مقدار نام
- numpy
- numexpr
- openpyxl
- h5py
- hdf5plugin
- psutil
- fileloc
- gdal
- requests
- six
- jinja2
- pandas


زبان مورد نیاز

مقدار نام
==3.7.* Python


نحوه نصب


نصب پکیج whl catchment-0.0.1:

    pip install catchment-0.0.1.whl


نصب پکیج tar.gz catchment-0.0.1:

    pip install catchment-0.0.1.tar.gz