rileyhales / river-route

Hydrologic river routing of gridded runoff depths or catchment volumes on vector stream networks
https://river-route.hales.app
BSD 3-Clause Clear License
0 stars 2 forks source link

v0.4.0 #14

Closed rileyhales closed 8 months ago

rileyhales commented 8 months ago

New feature: handling of braided rivers

Changes how connectivity files are read, allowing for multiple streams to be downstream of a given river without duplicating water but using the weights attribute of directed graphs.

Resolves #12

New feature: Force minimum and maximum Q after each routing calculation

Allows the user to specify the minimum and maximum Q allowed after a routing calculation. Example use cases include removing negative flows or capping flows that are unstable causing extremely large values.

Resolves #13

Updates Docs with better explanation of file schemas and linking explanations to related headings

Removes: numerical solvers and related dependencies, petsc and petsc4py