Skip to content

bgiuliana/osrd-networked-timetable

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 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

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 92.8%
  • SCSS 4.7%
  • HTML 2.5%