gtfs-0.1: The General Transit Feed Specification format

Data.GTFS.Types

Contents

Description

Types in a GTFS feed.

Synopsis

Enums

Row types

The feed itself

Date and time

data Date Source

Year, month, day.

Constructors

Date Int Int Int 

Instances

data Time Source

Hour, minute, second.

Hours over 23 are legal, representing the next day relative to the start of a trip.

Constructors

Time Int Int Int 

Instances

Type synonyms