swn.modflow.SwnModflow.reaches#
- property SwnModflow.reaches#
Geo dataframe of model cell-by-cell reaches.
The structure of the geo dataframe is created by
from_swn_flopy()
, and other methods may add other columns.See also
set_reach_data_from_array
Set reach data from an array that matches the model (nrow, ncol).
set_reach_data_from_segments
Set reach data based on segment series (or scalar).
set_reach_slope
Set slope for reaches.
- Attributes:
- reachID (SwnModflow), rno or ifno (SwnMf6)int, index
Reach index number, starting from 1.
- geometrygeometry
LineString segments, one per model cell.
- segnumany
Segment identifier for
segments
.- dividany, optional
Diversion identifier for
diversions
.- i, j, kint
Model row, column and layer, starting from 0.
- iseg, ireachint
Segment and reach numbers, each starting from 1.
- rchlen (SwnModflow) or rlen (SwnMf6)float
Reach length.