changliao1025 / pyflowline

A mesh independent river network generator for hydrologic models
https://pyflowline.readthedocs.io/
BSD 3-Clause "New" or "Revised" License
20 stars 4 forks source link

Output from pystream #5

Open changliao1025 opened 3 years ago

changliao1025 commented 3 years ago
  1. mesh information, all the edge/vertex info
  2. elevation information: raw elevation and profile
  3. topology information: associate mesh id
changliao1025 commented 3 years ago

It is possible to export them as geojson directly. In the c++ side, data can be read using json library.