Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

The REST API to build cool stuff with public transport

License

NotificationsYou must be signed in to change notification settings

VincentCATILLON/navitia

 
 

Repository files navigation

build status

Presentation

This is the Navitia repository.

Navitia is a service providing:

  1. multi-modal journeys computation
  2. line schedules
  3. next departures
  4. explore public transport data
  5. sexy things such as isochrones

The API can be found athttp://api.navitia.io/

For more information see

Organisation

At the root of the repository, several directories can be found:

  1. source: contains the navitia source code (c++ and python)
  2. third_party: third party developped modules
  3. documentation: all the navitia documentation
  4. (debug|release): by convention, the build repositories

Architecture overview

Navitia is made of 3 main modules:

  1. Kraken is the c++ core
  2. Jörmungandr is the python frontend
  3. Ed is the postgres database

Kraken andJörmungandr communicate with each other through protocol buffer messages send by ZMQ.

Transportation data (in theGTFS format) or routing data (fromOpenStreetMap for the moment) can be given toEd.Ed produces a binary file used byKraken.

documentation/diagrams/simple_archi.png

Tools

  1. Gcc as the C++ compiler (g++)
  2. Cmake for the build system
  3. Python for the api

Installation

For the installation procedure, please refer to theinstallation documentation

You can also refer to theautomated build script to have a step by step setup guide for ubuntu 14.04

How to contribute

Fork the github repo, create a new branch from dev, and submit your pull request!

Alternatives?

Navitia is written in python/c++, here are some alternatives:

  • OpenTripPlanner : the best known, written in java
  • rrrr : the lightest one, written in python/c
  • Synthese : a full stack, with CMS, written all in c++
  • Mumoro : a R&D MUltiModal MUltiObjective ROuting algorithm

About

The REST API to build cool stuff with public transport

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++70.2%
  • Python27.8%
  • CMake1.2%
  • Shell0.5%
  • PLpgSQL0.3%
  • Mako0.0%

[8]ページ先頭

©2009-2025 Movatter.jp