User Tools

Site Tools


gtfs

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Last revision Both sides next revision
gtfs [2019/02/19 09:43]
mantis [Data]
gtfs [2021/09/09 10:52]
mstraub
Line 5: Line 5:
  
 GTFS Spezification:​ https://​developers.google.com/​transit/​gtfs/​reference/​ GTFS Spezification:​ https://​developers.google.com/​transit/​gtfs/​reference/​
 +
 +Check out https://​github.com/​CUTR-at-USF/​awesome-transit for an up to date list of GTFS sources, tools and more.
  
   * Routes are equivalent to "​Lines"​ in public transportation systems. Routes are defined in the file routes.txt, and are made up of one or more Trips.   * Routes are equivalent to "​Lines"​ in public transportation systems. Routes are defined in the file routes.txt, and are made up of one or more Trips.
Line 21: Line 23:
 Vienna: https://​www.data.gv.at/​katalog/​dataset/​ab4a73b6-1c2d-42e1-b4d9-049e04889cf0 Vienna: https://​www.data.gv.at/​katalog/​dataset/​ab4a73b6-1c2d-42e1-b4d9-049e04889cf0
 ===== Tools ===== ===== Tools =====
 +
 +==== GTFS.html ====
 +
 +quickly browser a GTFS file. It even includes a map view.
 +Visit https://​gtfs.pleasantprogrammer.com and upload your GTFS (it's a local web app)
 +
 +==== static-GTFS-manager ====
 +
 +GTFS editor, not as powerful as IBI transit (e.g. does not even have a map view for routes), but easy to install (simply download and run the executable) ​
 +
 +https://​github.com/​WRI-Cities/​static-GTFS-manager
 +
 +==== IBI transit ====
 +
 +Suite for importing / creating / editing and publishing GTFS feeds.
 +
 +Quite complex to set up, but very powerful: https://​data-tools-docs.ibi-transit.com/​en/​latest/​dev/​deployment/​
  
 ==== OneBusAway (Java/CLI) ==== ==== OneBusAway (Java/CLI) ====
Line 29: Line 48:
 [[http://​developer.onebusaway.org/​modules/​onebusaway-gtfs-modules/​current/​onebusaway-gtfs-merge-cli.html|http://​developer.onebusaway.org/​modules/​onebusaway-gtfs-modules/​current/​onebusaway-gtfs-merge-cli.html]] [[http://​developer.onebusaway.org/​modules/​onebusaway-gtfs-modules/​current/​onebusaway-gtfs-merge-cli.html|http://​developer.onebusaway.org/​modules/​onebusaway-gtfs-modules/​current/​onebusaway-gtfs-merge-cli.html]]
  
-Note, that the download links in the documentation ​are no longer ​updatedfind the latest versions here:\\+As of 2021 current builds ​are no longer ​provided (not in maven centraland not on the onebusaway nexus) - so probably you have to build it from source. 
 + 
 +Nexus:\\
 [[http://​nexus.onebusaway.org/​nexus/​content/​groups/​public/​org/​onebusaway/​onebusaway-gtfs-transformer-cli|http://​nexus.onebusaway.org/​nexus/​content/​groups/​public/​org/​onebusaway/​onebusaway-gtfs-transformer-cli]]\\ [[http://​nexus.onebusaway.org/​nexus/​content/​groups/​public/​org/​onebusaway/​onebusaway-gtfs-transformer-cli|http://​nexus.onebusaway.org/​nexus/​content/​groups/​public/​org/​onebusaway/​onebusaway-gtfs-transformer-cli]]\\
 [[http://​nexus.onebusaway.org/​nexus/​content/​groups/​public/​org/​onebusaway/​onebusaway-gtfs-merge-cli|http://​nexus.onebusaway.org/​nexus/​content/​groups/​public/​org/​onebusaway/​onebusaway-gtfs-merge-cli]] [[http://​nexus.onebusaway.org/​nexus/​content/​groups/​public/​org/​onebusaway/​onebusaway-gtfs-merge-cli|http://​nexus.onebusaway.org/​nexus/​content/​groups/​public/​org/​onebusaway/​onebusaway-gtfs-merge-cli]]
Line 53: Line 74:
  
  
-==== transitfeed (Python) ====+==== transitfeed (Python ​- outdated!) ====
  
  
Line 76: Line 97:
  
  
-==== Others ​====+==== Python ​====
  
 +  * [[https://​github.com/​kotrc/​GTFS-route-shapes|python script to convert GTFS to geojson]]
 +  * [[https://​pygtfs.readthedocs.io/​en/​latest/​index.html|pygtfs (seems outdated)]]
 +
 +==== Others ====
  
 +  * JavaScript based GUI (runs in browser) https://​github.com/​WRI-Cities/​static-GTFS-manager
   * R package by ROpenSciLabs https://​github.com/​ropenscilabs/​gtfsr   * R package by ROpenSciLabs https://​github.com/​ropenscilabs/​gtfsr
   * Javascript by Conveyal https://​github.com/​conveyal/​gtfs-data-manager   * Javascript by Conveyal https://​github.com/​conveyal/​gtfs-data-manager
gtfs.txt · Last modified: 2021/09/09 10:53 by mstraub