Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

Awesome Lists containing this project

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.