remove_station

DbNetwork.remove_station(name, location)[source]

Remove a station from the network.

Parameters
  • name (str) – The name of the station to remove.

  • location (str) – The location of the station to remove.

Returns

The removed station.

Return type

DbStation