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

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

Add more existing API parameters to TimetableExtractor (1) #74

Open spencer-b-318 opened 1 year ago

spencer-b-318 commented 1 year ago

The timetables API allows you to specify an offset parameter to offset a query by x datasets, this would enable users to query the full database in chunks, without having to load everything into memory.

Describe the solution you'd like Offset parameter in TimetableExtractor class

adamakram1 commented 1 year ago

Value (?)

adamakram1 commented 1 year ago

@spencer-b-318 could your provide more detail on how this would be implemented