Skip to content

Latest commit

 

History

History
35 lines (20 loc) · 778 Bytes

README.md

File metadata and controls

35 lines (20 loc) · 778 Bytes

GTFS.NET

A .NET library for reading General Transit Feet Specification files.

Components

Gtfs.Contract

This assembly contains the data contracts used by the other assemblies.

Gtfs.IO

This assembly is used to read a GTFS Zip stream and convert it into objects.

This project references CsvHelper via NuGet.

Gtfs.Test

This assembly contains Visual Studio unit tests.

Development Environment

Visual Studio 2012

License

The MIT License