-
Notifications
You must be signed in to change notification settings - Fork 9
Passtime
skywave edited this page Jun 3, 2012
·
10 revisions
As passtime is a collection of data which tells how late a vehicle will pass a timingpoint.
"CXX_93051_M310_4087_0": {
"TransportType": "BUS",
"DestinationName50": "Schiphol Centrum Plaza/NS",
"LocalServiceLevelCode": "93051",
"ReasonContent": null,
"AdviceType": null,
"OperatorCode": null,
"TimingPointCode": "57330620",
"WheelChairAccessible": "UNKNOWN",
"LineName": "Nieuw Vennep - Amsterdam Station Zuid",
"ExpectedDepartureTime": "2012-06-02T00:00:00",
"UserStopOrderNumber": 12,
"MessageType": null,
"SubAdviceType": null,
"TimingPointName": "Schiphol Centrum, Plaza/NS",
"LinePlanningNumber": "M310",
"Longitude": 4.7616716,
"AdviceContent": null,
"TimingPointTown": "schiphol centrum",
"Latitude": 52.3087919,
"UserStopCode": "57330620",
"JourneyStopType": "LAST",
"TargetDepartureTime": "2012-06-02T00:00:00",
"ExpectedArrivalTime": "2012-06-02T16:10:00",
"IsTimingStop": true,
"TimingPointDataOwnerCode": "ALGEMEEN",
"DataOwnerCode": "CXX",
"FortifyOrderNumber": 0,
"JourneyNumber": 4087,
"ReasonType": null,
"LineDirection": "1",
"LinePublicNumber": "310",
"LastUpdateTimeStamp": "2012-06-02T15:49:19+02:00",
"DestinationCode": "M31001429",
"OperationDate": "2012-06-02",
"SideCode": "B5 - B7",
"ProductFormulaType": 37,
"StopAreaCode": "schns",
"NumberOfCoaches": 1,
"TripStopStatus": "DRIVING",
"SubReasonType": null,
"TargetArrivalTime": "2012-06-02T16:10:00",
"MessageContent": null
}
```json
* (optional) TransportType is an enum defining the type of vehicle. Values are BUS,TRAIN,METRO,TRAM,BOAT
* (optional) DestinationName50 is a string, with 50 characters, defining the destination of the vehicle.
* LocalServiceLevelCode is the validity vector which is internally used to define whether a passtime is valid on the operationdate
* (optional) ReasonContent, description of why a journey is interrupted
* (optional) AdviceType Category that indicates the type of advice given to the Traveller. Defined by BISON table E13
* (optional) OperatorCode, if the DataOwner is not the operator of this journey, this will not be null. Defined by BISON table E1.
* TimingPointCode, String identifier of the timingpoint.
* WheelChairAccessible. Indicates whether this timingpoint is accessible for wheelchair's. UNKNOWN, ACCESSIBLE, INACCESSIBLE
* (optional) LineName the name of the line the vehicle is driving on.
* ExpectedDepartureTime. ISO8601 dated time that indiciates the expected departure time.
* UserStopOrderNumber. Indicates the order of this stop within a journey.
* (optional) MessageType. Indicates where and how the replacing text has to be shown. Defined by BISON table E4B
* (optional) SubAdviceType. Enum giving advice to travellers on how to travel (in case of a disruption). Defined by BISON table E14.
* (optional) TimingPointName. Name of the timingpoint.
* LinePlanningNumber. In combination with DataOwnerCode unique identifier for the line.
* (optional) Longitude of the timingpoint in WGS84 projection.
* (optional) AdviceContent. String with a description of the advice giving to to the passenger.
* (optional) TimingPointTown. String with the town where this timingpoint is located.
* (optional) Latitude of the timingpoint in WGS84 projection.
* UserStopCode, identifier of the TimingPoint as used within the DataOwner domain.
* JourneyStopType. Type of stop within the journey. FIRST, INTERMEDIATE or LAST.
* (optional) TargetDepartureTime, IS08601 scheduled time as when the vehicle is planned to depart
* ExpectedArrivalTime, ISO8601 time as when the vehicle is expected to arrive.
* IsTimingStop, boolean that indicates whether this timingpoint is a timingstop. A timingstop is a stop where vehicle is not allowed to depart earlier than scheduled.
* TimingPointDataOwnerCode, the integrator defined by BISON table E1.
* DataOwnerCode, supplier (and operator) of the passtime, defined by BISON table E1.
* FortifyOrderNumber, is not 0 if a extra journey is driven to provide for extra capacity.
* JourneyNumber, tripnumber that defines the n-th journey on this line.
* (optional) ReasonType, category of the disruption, defined by BISON table E11.
* LineDirection, indicates the direction withing the lineplanningnumber
* (optional) LinePublicNumber is the linenumber as used when communicating to passengers.
* (optional) LastUpdateTimeStamp the timestamp of the datedpasstime received from Koppelvlak8
* DestinationCode, unique indentifier of the Destination within the DataOwner domain
* OperationDate, date of the schedule on which the journey is operatored.
* SideCode, name of the platform where this timingpoint is located within the StopArea.
* ProductFormulaType, enum defining the formula this vehicle is marketed on, defined by BISON table E10.
* (optional) StopAreaCode the code of the stoperea the timingpoint is within
* (optional) NumberOfCoaches amount of carriages on this pass.
* TripStopStatus, indicating the status of the passtime. PLANNED, DRIVING, ARRIVED, PASSED, CANCEL, UNKNOWN
* (optional) SubReasonType, indicating the disruption, defined by BISON table E12.
* (optional) TargetArrivalTime, ISO8601 indicating the scheduled time of arrival
* (optional) MessageContent, string with a message for passengers.