Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/Transporter-Project/transxchange-to-gtfs
Converts TransXChange XML files to GTFS CSV files.
https://github.com/Transporter-Project/transxchange-to-gtfs
Last synced: 6 days ago
JSON representation
Converts TransXChange XML files to GTFS CSV files.
- Host: GitHub
- URL: https://github.com/Transporter-Project/transxchange-to-gtfs
- Owner: Transporter-Project
- License: mit
- Created: 2015-02-15T23:08:46.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2015-02-15T23:27:04.000Z (almost 10 years ago)
- Last Synced: 2024-09-27T18:07:21.940Z (4 months ago)
- Language: Objective-C
- Size: 734 KB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
- trackawesomelist - Transporter-Project transxchange-to-gtfs (⭐3) - C. (Recently Updated / [Sep 27, 2024](/content/2024/09/27/README.md))
README
#TransXChange to GTFS
A rather crude implementation of a TransXChange to GTFS converter written in Objective-C. It needs a *lot* of work, but the basics are there. It's ultimately intended to be used a command line tool in the import process of the Transporter API.
[TransXChange](https://www.gov.uk/government/collections/transxchange) is the UK standard for publishing transportation data. TransXChange, whilst comprehensive, is tricky to parse and even trickier to understand. [GTFS](https://developers.google.com/transit/gtfs/) (General Transit Feed Specification) is a CSV based transit format which is much easier to parse and query.
## Known Issues
- Needs a UI / command to import documents
- Doesn't factor in public holidays
- No examples / poor documentation.## Maintainers
- [Phillip Caudell](http://phillipcaudell.com) [(@phillipcaudell)](http://twitter.com/phillipcaudell)
## License
Lightning Table is available under the MIT license. See the LICENSE file for more info.