remove_station

Network.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 stations.

Return type

list of Station