UCL / ioe-student-school-allocation

Public release of the code for paper 846 of AGILE2023
BSD 3-Clause "New" or "Revised" License
4 stars 2 forks source link

Fix TfL API Error Codes #12

Open paddyroddy opened 1 year ago

paddyroddy commented 1 year ago

We still are experiencing the following error codes for the TfL API

paddyroddy commented 1 year ago

Unlikely to be able to fix 500/503/504.

As for 404. Some of these are bike B routes which are outside London. Switching to openrouteservice.org in #9 fixes this. The others will be trying to get TfL modes of transport for an outside London postcode, I believe. Now that we are using lat,lon #11 rather than postcodes that got rid of a lot of 404.