معرفی شرکت ها


camels-aus-0.5


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

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

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

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

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

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

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

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

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

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

مشاهده بیشتر

توضیحات

Python package to easily access the CAMELS-AUS dataset
ویژگی مقدار
سیستم عامل -
نام فایل camels-aus-0.5
نام camels-aus
نسخه کتابخانه 0.5
نگهدارنده []
ایمیل نگهدارنده []
نویسنده Jean-Michel Perraud
ایمیل نویسنده per202@csiro.au
آدرس صفحه اصلی https://github.com/csiro-hydroinformatics/camels-aus-py
آدرس اینترنتی https://pypi.org/project/camels-aus/
مجوز -
# CAMELS-AUS from python [![license](https://img.shields.io/badge/license-BSD-blue.svg)](https://github.com/csiro-hydroinformatics/camels-aus-py/blob/master/LICENSE) ![status](https://img.shields.io/badge/status-alpha-orange.svg) _This is currently a preview. You can contribute to features and design_ <!-- master: [![Build status - master](https://ci.appveyor.com/api/projects/status/vmwq7xarxxj8s564/branch/master?svg=true)](https://ci.appveyor.com/project/jmp75/camels-aus-py/branch/master) testing: [![Build status - devel](https://ci.appveyor.com/api/projects/status/vmwq7xarxxj8s564/branch/testing?svg=true)](https://ci.appveyor.com/project/jmp75/camels-aus-py/branch/testing) --> **Python package to easily load and use the CAMELS-AUS dataset ([Fowler, K. J. A. et al. 2020 (in review)](https://doi.org/10.5194/essd-2020-228))** CAMELS-AUS is the Australian edition of the Catchment Attributes and Meteorology for Large-sample Studies. ![Loading CAMELS-AUS from a notebook](./docs/img/rapid_camels_load.png "Loading CAMELS-AUS from a notebook") ## Release notes * v0.5: support loading more series and catchment attributes. * v0.4: load minimal series for typical rainfall-runoff modelling ## License BSD-3 (see [License](https://github.com/csiro-hydroinformatics/camels-aus-py/blob/master/LICENSE)) ## Source code The code repository is on [GitHub](https://github.com/csiro-hydroinformatics/camels-aus-py). ## Installation ### Linux Using a conda environment is recommended. To create a new environment: ```bash cd ${HOME}/tmp wget https://raw.githubusercontent.com/csiro-hydroinformatics/camels-aus-py/main/configs/camels_aus_environment.yml my_env_name=camels conda env create -n $my_env_name -f ./camels_aus_environment.yml conda activate $my_env_name ``` Then: ```sh pip install camels_aus ``` If installing from source, after checking out this git repo: ```sh pip install -r requirements.txt # if not using conda python setup.py install ``` Developers: ```sh python setup.py develop ``` ### optional: setting jupyter-lab optional but recommended: use mamba as a replacement for conda: `conda install -c conda-forge --name ${my_env_name} mamba` ```sh mamba install -c conda-forge jupyterlab ipywidgets jupyter ipyleaflet python -m ipykernel install --user --name ${my_env_name} --display-name "CAMELS" jupyter-lab . ``` ## Troubleshooting ### Notebooks Normally jupyter-lab version 3.0 and more does not require explicit extensions installation, but if you have issues: if: "Loading widgets..." ```sh jupyter-labextension install @jupyter-widgets/jupyterlab-manager ``` if: "Error displaying widget: model not found" ```sh jupyter-labextension install @jupyter-widgets/jupyterlab-manager ```


نیازمندی

مقدار نام
- pandas
- numpy
- scipy
- geopandas
- xarray


نحوه نصب


نصب پکیج whl camels-aus-0.5:

    pip install camels-aus-0.5.whl


نصب پکیج tar.gz camels-aus-0.5:

    pip install camels-aus-0.5.tar.gz