metobs_toolkit.dataset.Dataset.get_station#

Dataset.get_station(stationname: str) Station[source]#

Retrieve a Station by name.

Parameters:

stationname (str) – The name of the station to retrieve.

Returns:

The station object corresponding to the given name.

Return type:

Station