mwtoews / surface-water-network

A Python package to create and analyze surface water networks.
https://mwtoews.github.io/surface-water-network/
BSD 3-Clause "New" or "Revised" License
28 stars 7 forks source link

Feature: add `SwnMf6.gather_reaches()` #92

Closed mwtoews closed 10 months ago

mwtoews commented 10 months ago

This feature is similar to SurfaceWaterNetwork.gather_segnums, but is only for SwnMf6.

There are not any plans to make SwnModflow.gather_reaches() unless there is demand.

Some other unrelated minor changes:

codecov[bot] commented 10 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Comparison is base (b0231e9) 92.98% compared to head (8968839) 93.05%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #92 +/- ## ========================================== + Coverage 92.98% 93.05% +0.07% ========================================== Files 22 22 Lines 7922 8010 +88 ========================================== + Hits 7366 7454 +88 Misses 556 556 ```