plot_output_data
Visualize SWMM model output data by generating time series plots for specific objects and variables to analyze stormwater system performance.
Instructions
Displays a full timeseries plot to the user. Returns a summary of the data. model_names: List of model names to plot. object_type: the type of object to return. E.g. "node", "link", "subcatchment". Refer to the tool "get_output_variables" for a list of types. object_label: the label of the object in the output file. E.g. "J1", "S1" variable: the variable to return. E.g. "flow". Refer to the tool "get_output_variables" for a list of variables.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| model_names | Yes | ||
| object_type | Yes | ||
| object_label | Yes | ||
| variable | Yes |