Implement public transport routing #5331

Open
opened 2023-06-13 14:43:26 +00:00 by dikkechill · 0 comments
dikkechill commented 2023-06-13 14:43:26 +00:00 (Migrated from github.com)

Please collect all relevant tasks to implement public transport routing here:

Public Transport Routing Vision

The current OrganicMaps architecture vision (from comment)

  • Server collects schedules from different sources. Efficient implementation in golang, rust, or C++ is preferred for easier scaling and maintenance.
  • Different formats are converted to the universal one that can be read by Organic Maps and other clients to allow the following functionality:
    • Clients are periodically updating schedule info, that is cached on them and can be used offline, if there is no connection. With the connection real-time info is available.
    • Clients build routes from this schedule info offline.
    • To scale efficiently, this format should be compact and easily cacheable on HTTP CDN.

The main goal is to make a worldwide public transport routing better than Google. Public routing that is open-source and available to everyone. Development and support can be sponsored by cities and countries, by funds, and by the community.

Old PT approach

The previous approach of PT implementation was to embed GTFS feeds into offline maps data. It is not suitable for realtime updates and thus is not at the focus of this task.

  • Collect all public sources of schedules (realtime and not realtime) that will be collected by the PT server, and document data formats that they are using
  • Design real-time PT data architecture organicmaps/organicmaps#5332
  • Design or reuse an efficient server => clients format for real-time schedules info, that is easily cacheable on CDN, clients and can be used even when clients are offline
  • Design PT routing algorithm for clients that will use real-time data if it's available, and use already downloaded maps data if real-time data is not available.

Improve UI

Other

Upvote & Fund

  • We're using Polar.sh so you can upvote and help fund this issue.
  • We receive the funding once the issue is completed & confirmed by you.
  • Thank you in advance for helping prioritize & fund our backlog.
Fund with Polar
Please collect all relevant tasks to implement public transport routing here: ## Public Transport Routing Vision ## The current OrganicMaps architecture vision ([from comment](https://git.omaps.dev/organicmaps/organicmaps/issues/837#issuecomment-1585102882)) * Server collects schedules from different sources. Efficient implementation in golang, rust, or C++ is preferred for easier scaling and maintenance. * Different formats are converted to the universal one that can be read by Organic Maps and other clients to allow the following functionality: * Clients are periodically updating schedule info, that is cached on them and can be used offline, if there is no connection. With the connection real-time info is available. * Clients build routes from this schedule info offline. * To scale efficiently, this format should be compact and easily cacheable on HTTP CDN. The main goal is to make a worldwide public transport routing better than Google. Public routing that is open-source and available to everyone. Development and support can be sponsored by cities and countries, by funds, and by the community. ### Old PT approach ### The previous approach of PT implementation was to embed GTFS feeds into offline maps data. It is not suitable for realtime updates and thus is not at the focus of this task. ## Related issues ## - [ ] Collect all public sources of schedules (realtime and not realtime) that will be collected by the PT server, and document data formats that they are using - [ ] Design real-time PT data architecture https://git.omaps.dev/organicmaps/organicmaps/issues/5332 - [ ] Design or reuse an efficient server => clients format for real-time schedules info, that is easily cacheable on CDN, clients and can be used even when clients are offline - [ ] Design PT routing algorithm for clients that will use real-time data if it's available, and use already downloaded maps data if real-time data is not available. Improve UI - [ ] https://git.omaps.dev/organicmaps/organicmaps/issues/2175 - [ ] https://git.omaps.dev/organicmaps/organicmaps/issues/2502 Other - [ ] gtfs_converter issue experimental feature https://git.omaps.dev/organicmaps/organicmaps/issues/3416 - [ ] https://git.omaps.dev/organicmaps/organicmaps/issues/4495 - [ ] https://git.omaps.dev/organicmaps/organicmaps/issues/3160 - [x] https://git.omaps.dev/organicmaps/organicmaps/issues/4935 <!-- POLAR PLEDGE BADGE START --> ## Upvote & Fund - We're using [Polar.sh](https://polar.sh/organicmaps) so you can upvote and help fund this issue. - We receive the funding once the issue is completed & confirmed by you. - Thank you in advance for helping prioritize & fund our backlog. <a href="https://polar.sh/organicmaps/organicmaps/issues/5331"> <picture> <source media="(prefers-color-scheme: dark)" srcset="https://polar.sh/api/github/organicmaps/organicmaps/issues/5331/pledge.svg?darkmode=1"> <img alt="Fund with Polar" src="https://polar.sh/api/github/organicmaps/organicmaps/issues/5331/pledge.svg"> </picture> </a> <!-- POLAR PLEDGE BADGE END -->
This repo is archived. You cannot comment on issues.
No labels
Accessibility
Accessibility
Address
Address
Android
Android
Android Auto
Android Auto
Android Automotive (AAOS)
Android Automotive (AAOS)
API
API
AppGallery
AppGallery
AppStore
AppStore
Battery and Performance
Battery and Performance
Blocker
Blocker
Bookmarks and Tracks
Bookmarks and Tracks
Borders
Borders
Bug
Bug
Build
Build
CarPlay
CarPlay
Classificator
Classificator
Community
Community
Core
Core
CrashReports
CrashReports
Cycling
Cycling
Desktop
Desktop
DevEx
DevEx
DevOps
DevOps
dev_sandbox
dev_sandbox
Directions
Directions
Documentation
Documentation
Downloader
Downloader
Drape
Drape
Driving
Driving
Duplicate
Duplicate
Editor
Editor
Elevation
Elevation
Enhancement
Enhancement
Epic
Epic
External Map Datasets
External Map Datasets
F-Droid
F-Droid
Fonts
Fonts
Frequently User Reported
Frequently User Reported
Fund
Fund
Generator
Generator
Good first issue
Good first issue
Google Play
Google Play
GPS
GPS
GSoC
GSoC
iCloud
iCloud
Icons
Icons
iOS
iOS
Legal
Legal
Linux Desktop
Linux Desktop
Linux packaging
Linux packaging
Linux Phone
Linux Phone
Mac OS
Mac OS
Map Data
Map Data
Metro
Metro
Navigation
Navigation
Need Feedback
Need Feedback
Night Mode
Night Mode
NLnet 2024-06-281
NLnet 2024-06-281
No Feature Parity
No Feature Parity
Opening Hours
Opening Hours
Outdoors
Outdoors
POI Info
POI Info
Privacy
Privacy
Public Transport
Public Transport
Raw Idea
Raw Idea
Refactoring
Refactoring
Regional
Regional
Regression
Regression
Releases
Releases
RoboTest
RoboTest
Route Planning
Route Planning
Routing
Routing
Ruler
Ruler
Search
Search
Security
Security
Styles
Styles
Tests
Tests
Track Recording
Track Recording
Translations
Translations
TTS
TTS
UI
UI
UX
UX
Walk Navigation
Walk Navigation
Watches
Watches
Web
Web
Wikipedia
Wikipedia
Windows
Windows
Won't fix
Won't fix
World Map
World Map
No milestone
No project
No assignees
1 participant
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: organicmaps/organicmaps-tmp#5331
No description provided.