Skip to content

Commit 608b6d5

Browse files
Merge pull request #159 from changliao1025/development
update read me
2 parents 3b1ea5e + 26e013a commit 608b6d5

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

Diff for: README.md

+11-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,17 @@
55

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

8-
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).
8+
PyFlowline is mesh independent, meaning you can apply it to both structured
9+
10+
1. traditional rectangle mesh
11+
2. latitude-longitude
12+
3. hexagon
13+
4. dggs ([dggrid](https://github.com/sahrk/DGGRID))
14+
15+
and unstructured mesh systems
16+
17+
1. Model for Prediction Across Scales mesh ([MPAS](https://github.com/MPAS-Dev))
18+
2. Triangulated Irregular Network (TIN) mesh
919

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

0 commit comments

Comments
 (0)