pyrcs.utils.get_station_data_catalogue

pyrcs.utils.get_station_data_catalogue(source_url, source_key, update=False)[source]

Get catalogue of railway station data.

Parameters
  • source_url (str) – URL to the source web page

  • source_key (str) – key of the returned catalogue (which is a dictionary)

  • update (bool) – whether to check on update and proceed to update the package data, defaults to False

Returns

catalogue of railway station data

Return type

dict

See pyrcs.other_assets.Stations()