chump.objects.dataobjects.sfrout

define a SFR output object that reads SFR output file. See chump.objects.dataobjects.tseries for other parameters.

source

set the file path of this data.

idcol: str

set the output unit. Default is 'segment'.

valcol: str

a string defining the value columns in the data source. options include:

  • 'qaq': stream leakage
  • 'qin': stream inflow
  • 'qout': stream outflow
  • 'overland': stream overland flow
  • 'precip': stream precipitation
  • 'et': stream ET
  • 'stage': stream stage
  • 'depth': stream water depth
  • 'width': stream width
  • 'condutance': stream conductance
  • 'gradient': gradient between stream stage and groundwater head

Default is 'qaq'.

Example:

>>> valcol = 'overland'
aggfunc

apply aggregation function based on the site/well id. Default is 'sum'.

Example:

>>> aggfunc = 'mean'