Skip to content

Commit

Permalink
Merge pull request #23 from changliao1025/development
Browse files Browse the repository at this point in the history
update install and readme
  • Loading branch information
changliao1025 authored May 9, 2022
2 parents 596153e + 51d480b commit 553a6a9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
7 changes: 2 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,29 +2,26 @@

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

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

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 `HexWatershed` 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/Pip
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.
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
AUTHOR = "Chang Liao"
AUTHOR_EMAIL = "[email protected]"
URL = "https://github.com/changliao1025/pyhexwatershed"
VERSION = "0.1.10"
VERSION = "0.1.11"
REQUIRES_PYTHON = ">=3.8.0"
KEYWORDS = "hexwatershed hexagon"

Expand Down

0 comments on commit 553a6a9

Please sign in to comment.