WorldBank-Transport / ram-backend

Calculate regional ETAs, at scale. Measure accessibility. Calculate impact of road changes.
MIT License
26 stars 11 forks source link

Outdated profile file #231

Open danielfdsilva opened 6 years ago

danielfdsilva commented 6 years ago

Following the development of https://github.com/WorldBank-Transport/ram-backend/issues/229 I noticed that the default profile file we're using is outdated when compared with the current one from osrm. The OSRM version we're using on https://github.com/WorldBank-Transport/ram-datapipeline is also outdated. I tried to update both OSRM and the profile but all the road networks I tried error with "There are no edges left".

Further investigation is required. The system work with the profile we're currently using but would be good to try to update dependencies. Will run some tests as soon as possible.

danielfdsilva commented 6 years ago

Apparently this error was only happening with OSRM v5.18.0. When trying with v5.19.0 it works just fine, however there is not a yet a release for this version and a v5.20.0 is underway.

There's a PR with some code updates, but I recommend waiting for a new release and then updating everything. https://github.com/WorldBank-Transport/ram-datapipeline/pull/35