You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Ben Abelshausen edited this page Jun 12, 2015
·
3 revisions
GTFS
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.
Library
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.