Interpolate the ground level at a given chainage by linear interpolation from the bounding node ground levels.
Parameters
Name
Type
Description
Default
chainage
float
Chainage for which to interpolate the ground level.
required
Returns
Name
Type
Description
float
Interpolated ground level.
read
result_network.ResultReach.read(column_mode=None)
Read the time series data for all quantities at this location into a DataFrame.
Parameters
Name
Type
Description
Default
column_mode
str | ColumnMode(optional)
Specifies the type of column index of returned DataFrame. ‘all’ - column MultiIndex with levels matching TimeSeriesId objects. ‘compact’ - same as ‘all’, but removes levels with default values. ‘timeseries’ - column index of TimeSeriesId objects