xhydro


Namexhydro JSON
Version 0.3.6 PyPI version JSON
download
home_pageNone
SummaryHydrological analysis library built with xarray.
upload_time2024-06-10 18:19:13
maintainerNone
docs_urlNone
authorSébastien Langlois
requires_python>=3.9.0
licenseNone
keywords xhydro
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            ======
xHydro
======

+----------------------------+-----------------------------------------------------+
| Versions                   | |pypi| |versions|                                   |
+----------------------------+-----------------------------------------------------+
| Documentation and Support  | |docs|                                              |
+----------------------------+-----------------------------------------------------+
| Open Source                | |license| |ossf|                                    |
+----------------------------+-----------------------------------------------------+
| Coding Standards           | |black| |ruff| |pre-commit|                         |
+----------------------------+-----------------------------------------------------+
| Development Status         | |status| |build| |coveralls|                        |
+----------------------------+-----------------------------------------------------+

Hydrological analysis library built with xarray

* Free software: Apache-2.0
* Documentation: https://xhydro.readthedocs.io.

Features
--------

* Easily find and extract geospacial data from the Planetary Computer API and watershed boundaries from the HydroSHEDS API over any area of interest.
* Calibrate and execute Hydrotel and Raven-emulated hydrological models.
* Perform optimal interpolation on hydrological data (daily streamflow and indices).
* Compute hydrological indicators (e.g. n-day peak flow, annual maximum series, low flow, average flow, etc.) over custom date ranges.
* Perform frequency analysis on hydrological indicators using a variety of methods (e.g. Gumbel, GEV, etc.).
* Perform climate change impact analysis of hydrological data.

Credits
-------

This package was created with Cookiecutter_ and the `Ouranosinc/cookiecutter-pypackage`_ project template.

.. _Cookiecutter: https://github.com/cookiecutter/cookiecutter
.. _`Ouranosinc/cookiecutter-pypackage`: https://github.com/Ouranosinc/cookiecutter-pypackage

.. |black| image:: https://img.shields.io/badge/code%20style-black-000000.svg
        :target: https://github.com/psf/black
        :alt: Python Black

.. |build| image:: https://github.com/hydrologie/xhydro/actions/workflows/main.yml/badge.svg
        :target: https://github.com/hydrologie/xhydro/actions
        :alt: Build Status

.. |coveralls| image:: https://coveralls.io/repos/github/hydrologie/xhydro/badge.svg
        :target: https://coveralls.io/github/hydrologie/xhydro
        :alt: Coveralls

..
    .. |docs| image:: https://img.shields.io/badge/Docs-GitHub.io-blue
            :target: https://hydrologie.github.io/xhydro/
            :alt: Documentation Status

.. |docs| image:: https://readthedocs.org/projects/xhydro/badge/?version=latest
        :target: https://xhydro.readthedocs.io/en/latest/?version=latest
        :alt: Documentation Status

.. |license| image:: https://img.shields.io/pypi/l/xhydro
        :target: https://github.com/hydrologie/xhydro/blob/main/LICENSE
        :alt: License

.. |ossf| image:: https://api.securityscorecards.dev/projects/github.com/hydrologie/xhydro/badge
        :target: https://securityscorecards.dev/viewer/?uri=github.com/hydrologie/xhydro
        :alt: OpenSSF Scorecard

.. |pre-commit| image:: https://results.pre-commit.ci/badge/github/hydrologie/xhydro/main.svg
        :target: https://results.pre-commit.ci/latest/github/hydrologie/xhydro/main
        :alt: pre-commit.ci Status

.. |pypi| image:: https://img.shields.io/pypi/v/xhydro.svg
        :target: https://pypi.python.org/pypi/xhydro
        :alt: PyPI

.. |ruff| image:: https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/astral-sh/ruff/main/assets/badge/v2.json
        :target: https://github.com/astral-sh/ruff
        :alt: Ruff

.. |status| image:: https://www.repostatus.org/badges/latest/active.svg
        :target: https://www.repostatus.org/#active
        :alt: Project Status: Active – The project has reached a stable, usable state and is being actively developed.

.. |versions| image:: https://img.shields.io/pypi/pyversions/xhydro.svg
        :target: https://pypi.python.org/pypi/xhydro
        :alt: Supported Python Versions


            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "xhydro",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.9.0",
    "maintainer_email": "Trevor James Smith <smith.trevorj@ouranos.ca>, Gabriel Rondeau-Genesse <rondeau-genesse.gabriel@ouranos.ca>",
    "keywords": "xhydro",
    "author": "S\u00e9bastien Langlois",
    "author_email": "Thomas-Charles Fortier Filion <tcff_hydro@outlook.com>, Gabriel Rondeau-Genesse <rondeau-genesse.gabriel@ouranos.ca>",
    "download_url": "https://files.pythonhosted.org/packages/71/4e/c1f2a343f668b6334dc9e4e21741c98994dad4e0a267b99f4e5def797b30/xhydro-0.3.6.tar.gz",
    "platform": null,
    "description": "======\nxHydro\n======\n\n+----------------------------+-----------------------------------------------------+\n| Versions                   | |pypi| |versions|                                   |\n+----------------------------+-----------------------------------------------------+\n| Documentation and Support  | |docs|                                              |\n+----------------------------+-----------------------------------------------------+\n| Open Source                | |license| |ossf|                                    |\n+----------------------------+-----------------------------------------------------+\n| Coding Standards           | |black| |ruff| |pre-commit|                         |\n+----------------------------+-----------------------------------------------------+\n| Development Status         | |status| |build| |coveralls|                        |\n+----------------------------+-----------------------------------------------------+\n\nHydrological analysis library built with xarray\n\n* Free software: Apache-2.0\n* Documentation: https://xhydro.readthedocs.io.\n\nFeatures\n--------\n\n* Easily find and extract geospacial data from the Planetary Computer API and watershed boundaries from the HydroSHEDS API over any area of interest.\n* Calibrate and execute Hydrotel and Raven-emulated hydrological models.\n* Perform optimal interpolation on hydrological data (daily streamflow and indices).\n* Compute hydrological indicators (e.g. n-day peak flow, annual maximum series, low flow, average flow, etc.) over custom date ranges.\n* Perform frequency analysis on hydrological indicators using a variety of methods (e.g. Gumbel, GEV, etc.).\n* Perform climate change impact analysis of hydrological data.\n\nCredits\n-------\n\nThis package was created with Cookiecutter_ and the `Ouranosinc/cookiecutter-pypackage`_ project template.\n\n.. _Cookiecutter: https://github.com/cookiecutter/cookiecutter\n.. _`Ouranosinc/cookiecutter-pypackage`: https://github.com/Ouranosinc/cookiecutter-pypackage\n\n.. |black| image:: https://img.shields.io/badge/code%20style-black-000000.svg\n        :target: https://github.com/psf/black\n        :alt: Python Black\n\n.. |build| image:: https://github.com/hydrologie/xhydro/actions/workflows/main.yml/badge.svg\n        :target: https://github.com/hydrologie/xhydro/actions\n        :alt: Build Status\n\n.. |coveralls| image:: https://coveralls.io/repos/github/hydrologie/xhydro/badge.svg\n        :target: https://coveralls.io/github/hydrologie/xhydro\n        :alt: Coveralls\n\n..\n    .. |docs| image:: https://img.shields.io/badge/Docs-GitHub.io-blue\n            :target: https://hydrologie.github.io/xhydro/\n            :alt: Documentation Status\n\n.. |docs| image:: https://readthedocs.org/projects/xhydro/badge/?version=latest\n        :target: https://xhydro.readthedocs.io/en/latest/?version=latest\n        :alt: Documentation Status\n\n.. |license| image:: https://img.shields.io/pypi/l/xhydro\n        :target: https://github.com/hydrologie/xhydro/blob/main/LICENSE\n        :alt: License\n\n.. |ossf| image:: https://api.securityscorecards.dev/projects/github.com/hydrologie/xhydro/badge\n        :target: https://securityscorecards.dev/viewer/?uri=github.com/hydrologie/xhydro\n        :alt: OpenSSF Scorecard\n\n.. |pre-commit| image:: https://results.pre-commit.ci/badge/github/hydrologie/xhydro/main.svg\n        :target: https://results.pre-commit.ci/latest/github/hydrologie/xhydro/main\n        :alt: pre-commit.ci Status\n\n.. |pypi| image:: https://img.shields.io/pypi/v/xhydro.svg\n        :target: https://pypi.python.org/pypi/xhydro\n        :alt: PyPI\n\n.. |ruff| image:: https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/astral-sh/ruff/main/assets/badge/v2.json\n        :target: https://github.com/astral-sh/ruff\n        :alt: Ruff\n\n.. |status| image:: https://www.repostatus.org/badges/latest/active.svg\n        :target: https://www.repostatus.org/#active\n        :alt: Project Status: Active \u2013 The project has reached a stable, usable state and is being actively developed.\n\n.. |versions| image:: https://img.shields.io/pypi/pyversions/xhydro.svg\n        :target: https://pypi.python.org/pypi/xhydro\n        :alt: Supported Python Versions\n\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "Hydrological analysis library built with xarray.",
    "version": "0.3.6",
    "project_urls": {
        "Changelog": "https://xhydro.readthedocs.io/en/stable/changelog.html",
        "Homepage": "https://xhydro.readthedocs.io/",
        "Issue tracker": "https://github.com/hydrologie/xhydro/issues",
        "Source": "https://github.com/hydrologie/xhydro"
    },
    "split_keywords": [
        "xhydro"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "5c936497802fba19506c750e04be403dec74d1c83f3043f0e0008a77294300b4",
                "md5": "fe55465576ed61a5080ac886898606b9",
                "sha256": "7ea5fabb8c6228e3ce548818ffcbfde314a22666d623afabccef2a970d7019f4"
            },
            "downloads": -1,
            "filename": "xhydro-0.3.6-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "fe55465576ed61a5080ac886898606b9",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.9.0",
            "size": 67524,
            "upload_time": "2024-06-10T18:19:10",
            "upload_time_iso_8601": "2024-06-10T18:19:10.352299Z",
            "url": "https://files.pythonhosted.org/packages/5c/93/6497802fba19506c750e04be403dec74d1c83f3043f0e0008a77294300b4/xhydro-0.3.6-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "714ec1f2a343f668b6334dc9e4e21741c98994dad4e0a267b99f4e5def797b30",
                "md5": "71adba4ed42d221d7946e4c184878994",
                "sha256": "3ddba841a41a76a8c75a1cd561c18d1cbf79573364014b5af071cc9c1b187d64"
            },
            "downloads": -1,
            "filename": "xhydro-0.3.6.tar.gz",
            "has_sig": false,
            "md5_digest": "71adba4ed42d221d7946e4c184878994",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.9.0",
            "size": 1796829,
            "upload_time": "2024-06-10T18:19:13",
            "upload_time_iso_8601": "2024-06-10T18:19:13.164819Z",
            "url": "https://files.pythonhosted.org/packages/71/4e/c1f2a343f668b6334dc9e4e21741c98994dad4e0a267b99f4e5def797b30/xhydro-0.3.6.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-06-10 18:19:13",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "hydrologie",
    "github_project": "xhydro",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "tox": true,
    "lcname": "xhydro"
}
        
Elapsed time: 0.26042s