Skip to content

Commit

Permalink
Merge pull request #159 from changliao1025/development
Browse files Browse the repository at this point in the history
update read me
  • Loading branch information
changliao1025 committed Jul 18, 2023
2 parents 3b1ea5e + 26e013a commit 608b6d5
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,17 @@

PyFlowline: a mesh-independent river network generator for hydrologic models.

PyFlowline is mesh independent, meaning you can apply it to both structured (e.g., traditional rectangle mesh, latitude-longitude, hexagon) and unstructured mesh systems (e.g., Triangulated Irregular Network (TIN) mesh and Model for Prediction Across Scales (MPAS) mesh).
PyFlowline is mesh independent, meaning you can apply it to both structured

1. traditional rectangle mesh
2. latitude-longitude
3. hexagon
4. dggs ([dggrid](https://github.com/sahrk/DGGRID))

and unstructured mesh systems

1. Model for Prediction Across Scales mesh ([MPAS](https://github.com/MPAS-Dev))
2. Triangulated Irregular Network (TIN) mesh

This package generates the mesh cell-based conceptual river networks using the following steps:

Expand Down

0 comments on commit 608b6d5

Please sign in to comment.