-
Notifications
You must be signed in to change notification settings - Fork 45
Home
Ben Abelshausen edited this page Jun 12, 2015
·
3 revisions
The purpose of this library/tool is to provide a way to quickly and easily work with GTFS data in a Mono/.NET environment and to provide a command-line tool to filter GTFS-data.
- GTFS: The core project, containing all the domain objects and the basic read/write functionality to parse GTFS-data. Also contains filters to filter a feed.
- GTFS.IO: The cross-platform IO assembly.
- GTFS.IO.Desktop: The linux/windows/OSX version with a little more file IO functionality than the regular GTFS.IO.
- GTFS.DB.SQLite: A default implementation of the database interfaces for SQLite.
- GTFS.Validator: Validates a feed.
- GTFS.Tool: General GTFS command line tool.