get_station¶
-
DbNetwork.
get_station
(**kwargs)¶ Get a station from the network.
- Parameters
name (String) – The name (code) of the station.
location (String) – The location code of the station.
id (Integer) – The database id of the station.
nsl (Tuple (network, station, location)) – The NSL tuple of the station.
nsl_string (String) – The NSL string in the format ‘network:station:location’.
- Returns
The stations matching the search criteria.
- Return type
list
ofStation