Crate transitfeed [] [src]

Structs

Agency

Agency

Calendar

Calendar

CalendarDate

CalendarDate

FareAttribute

FareAttribute

FareRule

FareRule origin, destination, and contains reference a zone_id from stops

Route

Route

Shape

Shape

Stop

Stop

StopTime

StopTime

StopTimeDecoder

An decoder which returns as its iterator output a new StopTime struct from a CSV iterator.

TimeOffset
Transit

Transit Model

Trip

Trip

Enums

BikesAllowed

Bikes Allowed

DropoffType

DropoffType for StopTime

ExceptionType

ExceptionType for CalendarDate

LocationType

Location Type

PaymentMethod

PaymentMethod for FareAttribute

PickupType

PickupType for StopTime

RouteType

RouteType

Timepoint

Timepoint for StopTime

Transfers

Tranfers for FareAttribute

WheelchairAccessible

Wheelchair Accessible

WheelchairBoarding

Wheelchair Boarding

Traits

TransitFeed

TransitFeed provides functionality to access the raw transit data in a variety of ways. It may internally index the sets of data it has. This closely relates to the structure of GTFS. In essence we want to be able to serialize/deserialize transit to/from GTFS and Other sources with a uniform interface being provided by them for easier transformation.