swmmio.rpt#

class swmmio.core.rpt(filePath)[source]#

An accessible SWMM .rpt object

>>> from swmmio.tests.data import RPT_FULL_FEATURES
>>> report = rpt(RPT_FULL_FEATURES)
>>> report.link_flow_summary.loc['C1:C2']
Type        CONDUIT
MaxQ           2.45
MaxDay            0
MaxHr         10:19
MaxV           6.23
MaxQPerc       1.32
MaxDPerc        0.5
Name: C1:C2, dtype: object
Attributes:
cross_section_summary

Return values for the Cross Section Summary description

headers

Return all section headers and associated column names found in the RPT file.

link_flow_summary

Return values for the Link Flow Summary description

link_results

Return values for the Link Results description

link_summary

Return values for the Link Summary description

node_depth_summary

Return values for the Node Depth Summary description

node_flooding_summary

Return values for the Node Flooding Summary description

node_inflow_summary

Return values for the Node Inflow Summary description

node_results

Return values for the Node Results description

node_summary

Return values for the Node Summary description

node_surcharge_summary

Return values for the Node Surcharge Summary description

pumping_summary

Return values for the Pumping Summary description

storage_volume_summary

Return values for the Storage Volume Summary description

subcatchment_results

Return values for the Subcatchment Results description

subcatchment_runoff_summary

Return values for the Subcatchment Runoff Summary description

subcatchment_summary

Return values for the Subcatchment Summary description

property cross_section_summary#

Return values for the Cross Section Summary description

property headers#

Return all section headers and associated column names found in the RPT file.

Return values for the Link Flow Summary description

Return values for the Link Results description

Return values for the Link Summary description

property node_depth_summary#

Return values for the Node Depth Summary description

property node_flooding_summary#

Return values for the Node Flooding Summary description

property node_inflow_summary#

Return values for the Node Inflow Summary description

property node_results#

Return values for the Node Results description

property node_summary#

Return values for the Node Summary description

property node_surcharge_summary#

Return values for the Node Surcharge Summary description

property pumping_summary#

Return values for the Pumping Summary description

property storage_volume_summary#

Return values for the Storage Volume Summary description

property subcatchment_results#

Return values for the Subcatchment Results description

property subcatchment_runoff_summary#

Return values for the Subcatchment Runoff Summary description

property subcatchment_summary#

Return values for the Subcatchment Summary description