Skip to content

osrd-project/osrd-networked-timetable

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Reticular

An application to display GTFS files

TransitPlan

Dataprep

Generate some JSON files for the client from GTFS files : npm run data:generate It imports all GTFS files from the "import" folder.

For example, to have the complete SNCF network, you can

  1. download those files :
  1. Put them into the import folder

  2. Execute the following command : npm run data:generate

At this step, all needed files for the client are generated, so you can start to use it

Client

React application to visualize GTFS files