iwfm.diagnostics.read_stream_hdf¶ iwfm.diagnostics.read_stream_hdf(hdf_path, last_n_timesteps=12, top_n_nodes=20, verbose=False)[source]¶ Read Diagnostics_Stream.hdf and compute summary statistics. Parameters: hdf_path (str) – Path to Diagnostics_Stream.hdf. last_n_timesteps (int) – Number of recent timesteps to use for anomaly detection. top_n_nodes (int) – Max number of anomaly nodes to report. verbose (bool) – Print progress. Return type: StreamSummary