Conversation
This adds a Jupyter notebook that runs GraphFlood on the Green River DEM as in Gailleton et al. (2024). This generates the figure that is planned for the TT3 manuscript.
|
@wkearn I have two main suggestions. First it can be interesting to have a bit more outputs than just the flow depth, for example flow velocity or discharge or eventually other component that would demonstrate the advantage of using both graphflood integrated into topotoolbox. gfo = GraphFloodObject(...)
gfo.run(N_iterations)
gfo.get_Qin()
gfo.run(N_more_iterations)
gfo.get_u()
...Second suggestion, I do not mind using green_river, but as it has already been used in the 2024 paper, maybe another field site would bring more demo? let me know your thoughts. |
|
#344 added the graphflood Object and paves the way to the example (sorry for the delay) I hope to get time to do this, but at least for now you can get a bunch of new metrics. here is a minimal example: |
This adds a Jupyter notebook that runs GraphFlood on the Green River DEM as in Gailleton et al. (2024). This generates the figure that is planned for the TT3 manuscript.
@bgailleton: Any ideas for improving this example?