department-for-transport-BODS / bods-data-extractor

A python client for downloading and extracting data from the UK Bus Open Data Service
Other
44 stars 8 forks source link

Users should get most recent revision number for each service (3) #27

Open isrirai1 opened 1 year ago

isrirai1 commented 1 year ago

Is your feature request related to a problem? Please describe. There are cases where the same service code is appearing for multiple revision numbers. I only want the most recent update to the service. This will be the service with the highest revision number.

Describe the solution you'd like I would like a function which returns the most recently updated information for each service.

Describe alternatives you've considered A clear and concise description of any alternative solutions or features you've considered.

Additional context

isrirai1 commented 1 year ago

Challenges:

  1. There are cases where operators change suppliers, and the revision number refreshes - misinterpretation of versioning standards. -> Function created to identify these cases.
  2. Ticketer versions at the line level