metobs_toolkit.dataset.Dataset.get_info#

Dataset.get_info(printout: bool = True) str | None[source]#

Retrieve and optionally print detailed information about the station.

Parameters:

printout (bool, optional) – If True, prints the information to the console. If False, returns the information as a string. Default is True.

Returns:

A string containing the station information if printout is False. Otherwise, returns None.

Return type:

str or None