8000 GitHub - barslett/GTFS: .Net/Mono implementation of a General Transit Feed Specification (GTFS) feed parser.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
/ GTFS Public
forked from itinero/GTFS

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

License

Notifications You must be signed in to change notification settings

barslett/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%
0