2025-10-13 16:04:00 +02:00
2025-10-10 15:11:27 +02:00
2025-10-13 16:04:00 +02:00
2025-04-29 06:31:39 +02:00
2025-04-29 06:31:39 +02:00
2025-04-29 06:31:39 +02:00
2025-04-29 06:31:39 +02:00
2025-10-10 15:11:27 +02:00
2025-10-10 15:11:27 +02:00
2025-04-29 06:31:39 +02:00
2025-04-29 06:31:39 +02:00

COOPGO multimodal routing service

COOPGO Multimodal routing service handles routing through different mobility modes :

  • Public transit
  • Carpool
  • Walking
  • Driving

Notes on public transit

Public transit routing is built with Valhalla routing engine. In the future, we may implement our own.

Valhalla C++ library (libvalhalla.so) is embedded within Go using the CGO.

Bindings are available in libs/transit/valhalla/bindings. This is largely inspired by https://github.com/pufferffish/valhalla-go, except that we build with Docker and integrate it directly within the project.

Description
No description provided
Readme 132 KiB
Languages
Go 97.6%
Dockerfile 2.4%