Skip to content

jbazis/GTFS

 
 

Repository files navigation

GTFS Feed Parser

.Net/Mono implementation of a General Transit Feed Specification (GTFS) feed parser. (see https://developers.google.com/transit/gtfs/reference)

The implementation is deliberate kept very flexible and customizable because many GTFS feeds out there all have their specific little perks.

A short example

// create the reader.
var reader = new GTFSReader<GTFSFeed>();

// execute the reader.
var feed = reader.Read(new GTFSDirectorySource(new DirectoryInfo("path/to/feed/directory")));

Install GTFS

PM> Install-Package GTFS

About

.Net/Mono implementation of a General Transit Feed Specification (GTFS) feed parser.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 100.0%