https://github.com/weakky/journey_planner
Journey planner for railz
https://github.com/weakky/journey_planner
Last synced: about 1 year ago
JSON representation
Journey planner for railz
- Host: GitHub
- URL: https://github.com/weakky/journey_planner
- Owner: Weakky
- Created: 2019-05-22T17:51:52.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-05-22T18:11:56.000Z (about 7 years ago)
- Last Synced: 2025-02-03T17:06:51.463Z (over 1 year ago)
- Language: TypeScript
- Size: 15.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Journey planner
## Build graph in memory
1. Run src/neighbour_map/group_by_hours.ts
2. Run src/neighbour_map/stops_by_id.ts
3. Run src/neighbour_map/build_neighbour_map.ts (~7mn for ~200mb+)
4. Run build_graph.ts
5. Run index.ts
# Upgrade nodejs heap
`node --max-old-space-size=8192`