Currently, if you download data via the station name the function downloads the station list first to look up the station id. This is done every time the function is called. We could cache the station list and download it only the first time the function is called in a session.
Currently, if you download data via the station name the function downloads the station list first to look up the station id. This is done every time the function is called. We could cache the station list and download it only the first time the function is called in a session.