Open chloemurrell opened 2 years ago
I would consider the use of combinations https://docs.python.org/3/library/itertools.html#itertools.combinations
Code to select different departure locations currently uses Call_API_code, with an additonal parameter to choose whether we use defined departure locations or a generic one. Currently it is able to select the first departure location from my list of 8, next steps are for the code to iterate through the entire list of 8 locations and create a matrix of journey times.
Journeys
Example destinations:
Example journeys:
Follow on from #36