google / transitfeed

A Python library for reading, validating, and writing transit schedule information in the GTFS format.
https://github.com/google/transitfeed/wiki
Apache License 2.0
678 stars 254 forks source link

where is the TransXChange to GTFS converter tool? #424

Open syr2001 opened 7 years ago

proma90 commented 7 years ago

Hi, I don't want to open a new issue. I read in https://code.google.com/archive/p/googletransitdatafeed/ that "The project currently offers a tool for converting data in the TransXChange format to GTFS". Could sombody explain how to do it?

Thank you.

mem48 commented 6 years ago

I'm also looking for this, it seems to be missing from the GitHub Repo, but there are a few links and references to it around that may be useful.

https://code.google.com/archive/p/googletransitdatafeed/ https://code.google.com/archive/p/googletransitdatafeed/wikis/LondonConvertScript.wiki https://code.google.com/archive/p/googletransitdatafeed/wikis/GTDF_Manual.wiki https://code.google.com/archive/p/googletransitdatafeed/wikis/GTDF_Installation.wiki

https://github.com/bmander/googletransitdatafeed/tree/master/java/Transxchange2GoogleTransit https://github.com/drt24/googletransitdatafeed/blob/master/java/Transxchange2GoogleTransit/londonconvert.sh

BakuCity commented 6 years ago

https://code.google.com/archive/p/googletransitdatafeed/downloads ?

linusnorton commented 5 years ago

I've written a new one as I found too many bugs in the old one - https://github.com/planarnetwork/TransXChange2GTFS/