Skip to content

Latest commit

 

History

History
32 lines (19 loc) · 814 Bytes

README.md

File metadata and controls

32 lines (19 loc) · 814 Bytes

GTFS.NET

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

Components

Gtfs.Contract

This assembly contains the data contracts used by the other assemblies. These classes are designed to be easily serialized and deserialized by JSON.NET.

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