1. Routes
Functions
fetch_routes
fetch_routes (pattern:str='', sleep_duration:float=0.1)
Fetches BMTC routes matching the given pattern, or all routes if pattern is empty.
process_routes
process_routes (routes)
Process and clean route data, returning a DataFrame with route_id and route_number.
task_fetch_routes
task_fetch_routes (data_directory)
get_routes
get_routes (data_directory:pathlib.Path)