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

User wants to see timetable operating profile for days of operation (3) #17

Open spencer-b-318 opened 1 year ago

spencer-b-318 commented 1 year ago

Is your feature request related to a problem? Please describe. Users cannot currently see days of operation in the stop-level-data, this may be leading to duplication of timetables on data which is not being extracted to TimetableExtractor object

Describe the solution you'd like Users want to be able to see days of operation (Mon-Sun) in service-line-level and stop-level-data

Additional context N/A

adamakram1 commented 1 year ago

Extraction of Days of Operation Function Days of operation are taken from the BODS XML files, and are appended to a new column, "DaysOfOperation". This gives us a day range of when service+ line names operate

Problems Duplicating some rows in the extraction

Not ready to be merged yet

adamakram1 commented 1 year ago

Days of operation are shown on a service line level, operating days now need to be shown on a stop level

spencer-b-318 commented 1 year ago

Days of operation are shown on a service line level, operating days now need to be shown on a stop level

to be added to #45 as part of wider improvement of timetable calculation