metobs_toolkit.modeltimeseries.ModelTimeSeries.get_info#
- ModelTimeSeries.get_info(printout: bool = True) None | str[source]#
Print or return information about the ModelTimeSeries.
- Parameters:
printout (bool, optional) – If True, print the information. If False, return as string. Default is True.
- Returns:
None if printout is True, otherwise the information string.
- Return type:
None or str