hspf_reader.hspf_reader.plotgen

hspf_reader.hspf_reader.plotgen(*plotgen_args, **kwds)

Print out plotgen data to the screen with ISO-8601 dates.

Parameters:
  • plotgen_args (str) –

    Path and plotgen file name followed by space separated list of fields. For example:

    'file.plt 234 345 456'
    
    OR
    `file.plt` can be space separated sets of 'plotgenpath,field'.
    
    'file.plt,FIELD1 file2.plt,FIELD2 file.plt,FIELD3'
    

  • start_date (str) –

    [optional, defaults to first date in time-series, input filter]

    The start_date of the series in ISOdatetime format, or ‘None’ for beginning.

  • end_date (str) –

    [optional, defaults to last date in time-series, input filter]

    The end_date of the series in ISOdatetime format, or ‘None’ for end.