new About( compile, publish, start, end, version, notes )

Description

RT About

Representation of the data in the rt_about table, which holds the information about the Right Track Database.

Right Track Fields:

  • Compile Date
  • Publish Date
  • Start Date
  • End Date
  • Version
  • Version Notes

Module: rt/About

Parameters
Name Type Description
compile int

the compile date of the Right Track DB (yyyymmdd)

publish int

the publish date of the Right Track DB (yyyymmdd)

start int

the start date the Right Track DB schedule (yyyymmdd)

end int

the end date of the Right Track DB schedule (yyyymmdd)

version int

the version number of the Right Track DB (usually yyyymmddHH)

notes string

the version notes of the Right Track DB

Details

Members


compileDate :Number

Description

The Right Track DB compile date in YYYYMMDD format

Details
Number

publishDate :Number

Description

The GTFS publish date in YYYYMMDD format

Details
Number

startDate :Number

Description

The start date of the GTFS schedule data in YYYYMMDD format

Details
Number

endDate :Number

Description

The end date of the GTFS schedule data in YYYYMMDD format

Details
Number

version :Number

Description

The Right Track DB version

Details
Number

notes :string

Description

The Right Track DB version notes

Details
string