Fast Routing

부분 유료
분류별 Routing | 업데이트됨 21 days ago | Mapping
인기

9.3 / 10

지연 시간

116ms

서비스 수준

100%

Health Check

100%

모든 토론으로 돌아가기

Fast Routing with osrm R package

Rapid account: Andreasft
andreasft
a month ago

Great project. I wonder if it is possible to setup the osrm package to use the Fast Routing API to process the routing queries?
It is possible to manually set the osrm server, but I’m not sure if it is possible to add the API key.
https://cran.r-project.org/web/packages/osrm/osrm.pdf

Any suggestions on how this can be done?

Thanks.

Rapid account: Routing
Routing Commented a month ago

Hello Andreas,

have you tried to trick the osrm R package into accepting an api key by e.g. using

osrm.server=“https://fast-routing.p.rapidapi.com/

and than calling osrmRoute with an expanded overview param to smuggle the rapidapi-key param into the request, e.g. by using osrmRoute(… overview = “full&rapidapi-key=YOUR-KEY-FROM-RAPIDAPI”)?

This may work in using the API endpoint for osrmRoute in the osrm R package.

아래에 의견을 추가하고 토론에 참여하세요.

새 댓글을 게시하려면 로그인 / 가입