sdynpy.fileio.sdynpy_rattlesnake.read_rattlesnake_output

read_rattlesnake_output(file, coordinate_override_column=None, read_only_indices=None, read_variable='time_data')[source]

Reads in a Rattlesnake data file and returns the time history array as well as the channel table

Parameters

file (str or nc4.Dataset) – Path to the file to read in or an already open

Returns

  • data_array (TimeHistoryArray) – Time history data in the Rattlesnake output file

  • channel_table (DataFrame) – Pandas Dataframe containing the channel table information