nmandery / rout3serv

H3-grid based Routing server with GRPC-API and dataframe integration
0 stars 0 forks source link

h3ShortestPath when origin == destination #14

Closed nmandery closed 3 years ago

nmandery commented 3 years ago

Currently rows where origin == destination cell do not seem to be returned by the H3ShortestPath RPC. They should be, with zero travel cost

nmandery commented 3 years ago

After some investigation yesterday evening this is - at least in parts - caused in upstream h3ron-graph. To be fixed there.