Skip to content

Commit

Permalink
Merge pull request #88 from changliao1025/development
Browse files Browse the repository at this point in the history
Development
  • Loading branch information
changliao1025 authored Apr 16, 2024
2 parents f9a61ad + 78f78ff commit d2f7e21
Show file tree
Hide file tree
Showing 109 changed files with 420 additions and 27,924 deletions.
2 changes: 1 addition & 1 deletion CITATION.cff
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ authors:
given-names: Chang
orcid: https://orcid.org/0000-0002-7348-8858
title: "HexWatershed: a mesh-independent flow direction model for hydrologic models"
version: 0.2.25
version: 0.2.26
doi: 10.5281/zenodo.6425881
date-released: 2022-03-31
12 changes: 11 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,8 @@ Copyright © 2022, Battelle Memorial Institute

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:

* 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

#### `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

Expand All @@ -56,9 +57,18 @@ 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>.



2 changes: 1 addition & 1 deletion conda-recipe/conda_build_config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ metadata:
# Package name
name: hexwatershed
# Package version
version: "0.2.25"
version: "0.2.26"
# Package summary
summary: A mesh-independent flow direction model for hydrologic models
# Package homepage
Expand Down
2 changes: 1 addition & 1 deletion conda-recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{% set name = "hexwatershed" %}
{% set git_rev = "main" %}
{% set version = "0.2.25" %}
{% set version = "0.2.26" %}

package:
name: {{ name|lower }}
Expand Down
95 changes: 0 additions & 95 deletions external/hexwatershed/CMakeLists.txt

This file was deleted.

Binary file removed external/hexwatershed/bin/hexwatershed
Binary file not shown.
Binary file removed external/hexwatershed/src/.DS_Store
Binary file not shown.
8 changes: 0 additions & 8 deletions external/hexwatershed/src/.idea/modules.xml

This file was deleted.

8 changes: 0 additions & 8 deletions external/hexwatershed/src/.idea/src.iml

This file was deleted.

91 changes: 0 additions & 91 deletions external/hexwatershed/src/.idea/workspace.xml

This file was deleted.

Loading

0 comments on commit d2f7e21

Please sign in to comment.