hexwatershed


Namehexwatershed JSON
Version 0.2.30 PyPI version JSON
download
home_pagehttps://github.com/changliao1025/pyhexwatershed
SummaryA mesh-independent flow direction model for hydrologic models
upload_time2024-05-09 22:45:24
maintainerNone
docs_urlNone
authorChang Liao
requires_python>=3.8.0
licensecustom
keywords hexwatershed hydrology hydrologic modeling hydrologic model flow direction hexagon
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI
coveralls test coverage No coveralls.
            
## `HexWatershed`

[![DOI](https://zenodo.org/badge/235201194.svg)](https://zenodo.org/badge/latestdoi/235201194)

HexWatershed: a mesh independent flow direction model for hydrological models.

This Python package provides a <a href="http://www.python.org">`Python`</a> interface to the underlying <a href="https://github.com/changliao1025/hexwatershed">`HexWatershed`</a> model.

`HexWatershed` has been compiled and tested on various `64-bit` `Linux` and `Mac` based platforms. 

### `Installation`

    Ensure you have a c++ compiler and the cmake utility installed.

    Build the HexWatershed C++ backend and place the binary under the bin path.

    Install the python package using conda: conda install -c conda-forge hexwatershed

For detailed installation instruction, please refer to the <a href="https://hexwatershed.readthedocs.io/en/latest/">`documentation`</a>.

### `Usage`

Please use this <a href="https://github.com/changliao1025/hexwatershed_tutorial">`tutorial`</a> to run the examples.

### `Acknowledgement`

This work was supported by the Earth System Model Development program areas of the U.S. Department of Energy, Office of Science, Office of Biological and Environmental Research as part of the multi-program, collaborative Integrated Coastal Modeling (ICoM) project. 

### `License`

Copyright © 2022, Battelle Memorial Institute

1. Battelle Memorial Institute (hereinafter Battelle) hereby grants permission to any person or entity lawfully obtaining a copy of this software and associated documentation files (hereinafter “the Software”) to redistribute and use the Software in source and binary forms, with or without modification. Such person or entity may use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and may permit others to do so, subject to the following conditions:

* Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimers.

* Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.

* Other than as used herein, neither the name Battelle Memorial Institute or Battelle may be used in any form whatsoever without the express written consent of Battelle.

2. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL BATTELLE OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.


### `References`

There are a number of publications that describe the algorithms used in `HexWatershed` in detail. If you make use of `HexWatershed` in your work, please consider including a reference to the following:


#### `Scientific Publications`

* Liao, Chang, Zhou, T., Xu, D., Tan, Z., Bisht, G., Cooper, M. G., et al. (2023). Topological relationship-based flow direction modeling: Stream burning and depression filling. Journal of Advances in Modeling Earth Systems, 15, e2022MS003487. https://doi.org/10.1029/2022MS003487

* Liao, Chang, Zhou, T., Xu, D., Cooper, M. G., Engwirda, D., Li, H.-Y., Leung, L. R. (2023). Topological relationship-based flow direction modeling: Mesh-independent river networks representation. Journal of Advances in Modeling Earth Systems, 15, e2022MS003089. https://doi.org/10.1029/2022MS003089

* Liao, Chang, Tian Zhou, Donghui Xu, Richard Barnes, Gautam Bisht, Hong-Yi Li, Zeli Tan, et al. (02/2022AD) 2022. “Advances In Hexagon Mesh-Based Flow Direction Modeling”. Advances In Water Resources 160. Elsevier BV: 104099. 
https://doi.org/10.1016/j.advwatres.2021.104099.

* Liao, C., Tesfa, T., Duan, Z., & Leung, L. R. (2020). Watershed delineation on a hexagonal mesh grid. Environmental Modelling & Software, 128, 104702. https://doi.org/10.1016/j.envsoft.2020.104702


#### `Software`

* Liao, Chang, Cooper, M. G. PyFlowline a mesh independent river network generator for hydrologic models. Journal of Open Source Software. https://doi.org/10.21105/joss.05446

* Liao. C. (2022) Pyflowline: a mesh independent river network generator for hydrologic models. Zenodo.
https://doi.org/10.5281/zenodo.6407299

* Liao. C. (2022). HexWatershed: a mesh independent flow direction model for hydrologic models (0.1.1). Zenodo. https://doi.org/10.5281/zenodo.6425881


For a full list of references including applications of HexWatershed in other projects, please refer to the <a href="https://hexwatershed.readthedocs.io/en/latest/">`documentation`</a>.






            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/changliao1025/pyhexwatershed",
    "name": "hexwatershed",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.8.0",
    "maintainer_email": null,
    "keywords": "hexwatershed, hydrology, hydrologic modeling, hydrologic model, flow direction, hexagon",
    "author": "Chang Liao",
    "author_email": "chang.liao@pnnl.gov",
    "download_url": null,
    "platform": null,
    "description": "\n## `HexWatershed`\n\n[![DOI](https://zenodo.org/badge/235201194.svg)](https://zenodo.org/badge/latestdoi/235201194)\n\nHexWatershed: a mesh independent flow direction model for hydrological models.\n\nThis Python package provides a <a href=\"http://www.python.org\">`Python`</a> interface to the underlying <a href=\"https://github.com/changliao1025/hexwatershed\">`HexWatershed`</a> model.\n\n`HexWatershed` has been compiled and tested on various `64-bit` `Linux` and `Mac` based platforms. \n\n### `Installation`\n\n    Ensure you have a c++ compiler and the cmake utility installed.\n\n    Build the HexWatershed C++ backend and place the binary under the bin path.\n\n    Install the python package using conda: conda install -c conda-forge hexwatershed\n\nFor detailed installation instruction, please refer to the <a href=\"https://hexwatershed.readthedocs.io/en/latest/\">`documentation`</a>.\n\n### `Usage`\n\nPlease use this <a href=\"https://github.com/changliao1025/hexwatershed_tutorial\">`tutorial`</a> to run the examples.\n\n### `Acknowledgement`\n\nThis work was supported by the Earth System Model Development program areas of the U.S. Department of Energy, Office of Science, Office of Biological and Environmental Research as part of the multi-program, collaborative Integrated Coastal Modeling (ICoM) project. \n\n### `License`\n\nCopyright \u00a9 2022, Battelle Memorial Institute\n\n1. Battelle Memorial Institute (hereinafter Battelle) hereby grants permission to any person or entity lawfully obtaining a copy of this software and associated documentation files (hereinafter \u201cthe Software\u201d) to redistribute and use the Software in source and binary forms, with or without modification. Such person or entity may use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and may permit others to do so, subject to the following conditions:\n\n* Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimers.\n\n* Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.\n\n* Other than as used herein, neither the name Battelle Memorial Institute or Battelle may be used in any form whatsoever without the express written consent of Battelle.\n\n2. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS \"AS IS\" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL BATTELLE OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.\n\n\n### `References`\n\nThere are a number of publications that describe the algorithms used in `HexWatershed` in detail. If you make use of `HexWatershed` in your work, please consider including a reference to the following:\n\n\n#### `Scientific Publications`\n\n* Liao, Chang, Zhou, T., Xu, D., Tan, Z., Bisht, G., Cooper, M. G., et al. (2023). Topological relationship-based flow direction modeling: Stream burning and depression filling. Journal of Advances in Modeling Earth Systems, 15, e2022MS003487. https://doi.org/10.1029/2022MS003487\n\n* Liao, Chang, Zhou, T., Xu, D., Cooper, M. G., Engwirda, D., Li, H.-Y., Leung, L. R. (2023). Topological relationship-based flow direction modeling: Mesh-independent river networks representation. Journal of Advances in Modeling Earth Systems, 15, e2022MS003089. https://doi.org/10.1029/2022MS003089\n\n* Liao, Chang, Tian Zhou, Donghui Xu, Richard Barnes, Gautam Bisht, Hong-Yi Li, Zeli Tan, et al. (02/2022AD) 2022. \u201cAdvances In Hexagon Mesh-Based Flow Direction Modeling\u201d. Advances In Water Resources 160. Elsevier BV: 104099. \nhttps://doi.org/10.1016/j.advwatres.2021.104099.\n\n* Liao, C., Tesfa, T., Duan, Z., & Leung, L. R. (2020). Watershed delineation on a hexagonal mesh grid. Environmental Modelling & Software, 128, 104702. https://doi.org/10.1016/j.envsoft.2020.104702\n\n\n#### `Software`\n\n* Liao, Chang, Cooper, M. G. PyFlowline a mesh independent river network generator for hydrologic models. Journal of Open Source Software. https://doi.org/10.21105/joss.05446\n\n* Liao. C. (2022) Pyflowline: a mesh independent river network generator for hydrologic models. Zenodo.\nhttps://doi.org/10.5281/zenodo.6407299\n\n* Liao. C. (2022). HexWatershed: a mesh independent flow direction model for hydrologic models (0.1.1). Zenodo. https://doi.org/10.5281/zenodo.6425881\n\n\nFor a full list of references including applications of HexWatershed in other projects, please refer to the <a href=\"https://hexwatershed.readthedocs.io/en/latest/\">`documentation`</a>.\n\n\n\n\n\n",
    "bugtrack_url": null,
    "license": "custom",
    "summary": "A mesh-independent flow direction model for hydrologic models",
    "version": "0.2.30",
    "project_urls": {
        "Homepage": "https://github.com/changliao1025/pyhexwatershed"
    },
    "split_keywords": [
        "hexwatershed",
        " hydrology",
        " hydrologic modeling",
        " hydrologic model",
        " flow direction",
        " hexagon"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "b9d6ed0df9038f5a9d6f92dc2d8dc1fbf87fc15d46b678792de1abb6ff2e6645",
                "md5": "1a14673c30529abfb8a8d704a2c3d5ac",
                "sha256": "a6fa92731b209402ba96ca8198f1d181c73f5f23168353cfadd06416b27d5339"
            },
            "downloads": -1,
            "filename": "hexwatershed-0.2.30-py2.py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "1a14673c30529abfb8a8d704a2c3d5ac",
            "packagetype": "bdist_wheel",
            "python_version": "py2.py3",
            "requires_python": ">=3.8.0",
            "size": 28774,
            "upload_time": "2024-05-09T22:45:24",
            "upload_time_iso_8601": "2024-05-09T22:45:24.363783Z",
            "url": "https://files.pythonhosted.org/packages/b9/d6/ed0df9038f5a9d6f92dc2d8dc1fbf87fc15d46b678792de1abb6ff2e6645/hexwatershed-0.2.30-py2.py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-05-09 22:45:24",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "changliao1025",
    "github_project": "pyhexwatershed",
    "travis_ci": true,
    "coveralls": false,
    "github_actions": true,
    "tox": true,
    "lcname": "hexwatershed"
}
        
Elapsed time: 0.26662s