Packages

package gtfs

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. Protected

Package Members

  1. package file
  2. package model
  3. package rules

Type Members

  1. trait Gtfs[F[_], Decoder[_], Encoder[_]] extends AnyRef

    Represents a GTFS container.

    Represents a GTFS container. Can be used to access the content of the different kind of data in it. This is an abstract API giving basic access to the data without presuming in what way they are stored.

  2. trait GtfsDelete[F[_]] extends AnyRef
  3. trait GtfsHas[F[_]] extends AnyRef
  4. trait GtfsRead[F[_], Decoder[_]] extends AnyRef
  5. trait GtfsWrite[F[_], Encoder[_]] extends AnyRef
  6. sealed trait StandardName extends EnumEntry with Snakecase

    Standard GTFS file names.

Value Members

  1. object StandardHeaders

    Standard GTFS headers for standard files.

  2. object StandardName extends Enum[StandardName]

Ungrouped