db-vendo-client/test/fixtures/dbris-arrivals.js

346 lines
6.8 KiB
JavaScript
Raw Permalink Normal View History

2022-05-07 16:17:37 +02:00
const dbArrivals = [
2020-06-09 17:14:26 +02:00
{
2024-12-08 21:42:57 +00:00
tripId: '20241208-c33bba6c-a73a-3eec-8a64-76356c922ece',
stop: {
2024-12-18 00:08:52 +00:00
type: 'station',
2024-12-08 21:42:57 +00:00
id: '8089100',
name: 'Berlin Jungfernheide (S)',
2024-12-07 22:46:04 +00:00
},
2024-12-08 21:42:57 +00:00
when: '2024-12-08T01:00:00+01:00',
plannedWhen: '2024-12-08T01:00:00+01:00',
delay: null,
2024-12-08 21:42:57 +00:00
platform: '6',
plannedPlatform: '6',
direction: null,
provenance: 'Berlin Beusselstraße',
line: {
type: 'line',
id: 's-42-42323',
fahrtNr: '42323',
name: 'S 42',
2024-12-08 21:42:57 +00:00
public: true,
productName: 'S',
mode: 'train',
product: 'suburban',
adminCode: '08',
operator: {
type: 'operator',
id: 'S',
name: 'DB Regio, S-Bahn Berlin',
},
2024-12-07 22:46:04 +00:00
},
2024-12-08 21:42:57 +00:00
remarks: [
2024-12-07 22:46:04 +00:00
{
2024-12-08 21:42:57 +00:00
code: 'FB',
summary: 'Fahrradmitnahme begrenzt möglich',
text: 'Fahrradmitnahme begrenzt möglich',
type: 'hint',
},
2024-12-07 22:46:04 +00:00
],
2024-12-08 21:42:57 +00:00
origin: {
2024-12-18 00:08:52 +00:00
type: 'station',
2024-12-08 21:42:57 +00:00
id: '8089118',
name: 'Berlin Beusselstraße',
2024-12-07 22:46:04 +00:00
},
2024-12-08 21:42:57 +00:00
destination: null,
2024-12-07 22:46:04 +00:00
},
{
2024-12-08 21:42:57 +00:00
tripId: '20241208-89eeca5a-1768-3713-894a-dd088977f42b',
stop: {
2024-12-18 00:08:52 +00:00
type: 'station',
2024-12-08 21:42:57 +00:00
id: '730985',
name: 'Jungfernheide Bahnhof (S+U), Berlin',
2024-12-07 22:46:04 +00:00
},
2024-12-08 21:42:57 +00:00
when: '2024-12-08T01:00:00+01:00',
plannedWhen: '2024-12-08T01:00:00+01:00',
delay: null,
2024-12-08 21:42:57 +00:00
platform: null,
plannedPlatform: null,
direction: null,
provenance: 'Rudow (U), Berlin',
line: {
type: 'line',
id: 'u-7-15421',
fahrtNr: '15421',
name: 'U 7',
2024-12-08 21:42:57 +00:00
public: true,
productName: 'U',
mode: 'train',
product: 'subway',
adminCode: 'vbbBVU',
operator: {
type: 'operator',
id: 'DPN',
name: 'Nahreisezug',
},
2024-12-07 22:46:04 +00:00
},
2024-12-08 21:42:57 +00:00
remarks: [
2024-12-07 22:46:04 +00:00
{
2024-12-08 21:42:57 +00:00
code: 'FB',
summary: 'Fahrradmitnahme begrenzt möglich',
text: 'Fahrradmitnahme begrenzt möglich',
type: 'hint',
2020-06-09 17:14:26 +02:00
},
2024-12-07 22:46:04 +00:00
{
2024-12-08 21:42:57 +00:00
code: 'RG',
summary: 'Behindertengerechtes Fahrzeug',
text: 'Behindertengerechtes Fahrzeug',
type: 'hint',
},
2024-12-07 22:46:04 +00:00
],
2024-12-08 21:42:57 +00:00
origin: {
2024-12-18 00:08:52 +00:00
type: 'station',
2024-12-08 21:42:57 +00:00
id: '732218',
name: 'Rudow (U), Berlin',
2024-12-07 22:46:04 +00:00
},
2024-12-08 21:42:57 +00:00
destination: null,
2024-12-07 22:46:04 +00:00
},
{
2024-12-08 21:42:57 +00:00
tripId: '20241208-2dc4f2d4-a1e1-3bbf-a607-98ff71c927d0',
stop: {
2024-12-18 00:08:52 +00:00
type: 'station',
2024-12-08 21:42:57 +00:00
id: '730985',
name: 'Jungfernheide Bahnhof (S+U), Berlin',
2024-12-07 22:46:04 +00:00
},
2024-12-08 21:42:57 +00:00
when: '2024-12-08T01:03:00+01:00',
plannedWhen: '2024-12-08T01:03:00+01:00',
delay: null,
2024-12-08 21:42:57 +00:00
platform: null,
plannedPlatform: null,
direction: null,
provenance: 'Goerdelersteg, Berlin',
line: {
type: 'line',
id: 'bus-m21-93424',
fahrtNr: '93424',
name: 'Bus M21',
2024-12-08 21:42:57 +00:00
public: true,
productName: 'Bus',
mode: 'bus',
product: 'bus',
adminCode: 'vbbBVB',
operator: {
type: 'operator',
id: 'DPN',
name: 'Nahreisezug',
},
2024-12-07 22:46:04 +00:00
},
2024-12-08 21:42:57 +00:00
remarks: [
2024-12-07 22:46:04 +00:00
{
2024-12-08 21:42:57 +00:00
code: 'NF',
summary: 'keine Fahrradbeförderung möglich',
text: 'keine Fahrradbeförderung möglich',
type: 'hint',
2020-06-09 17:14:26 +02:00
},
2024-12-07 22:46:04 +00:00
{
2024-12-08 21:42:57 +00:00
code: 'RG',
summary: 'Behindertengerechtes Fahrzeug',
text: 'Behindertengerechtes Fahrzeug',
type: 'hint',
},
2024-12-07 22:46:04 +00:00
],
2024-12-08 21:42:57 +00:00
origin: {
2024-12-18 00:08:52 +00:00
type: 'station',
2024-12-08 21:42:57 +00:00
id: '730993',
name: 'Goerdelersteg, Berlin',
2024-12-07 22:46:04 +00:00
},
2024-12-08 21:42:57 +00:00
destination: null,
2024-12-07 22:46:04 +00:00
},
{
2024-12-08 21:42:57 +00:00
tripId: '20241208-6fa6d37c-a1c0-3f84-bdac-0424705bffaf',
stop: {
2024-12-18 00:08:52 +00:00
type: 'station',
2024-12-08 21:42:57 +00:00
id: '8089100',
name: 'Berlin Jungfernheide (S)',
2024-12-07 22:46:04 +00:00
},
2024-12-08 21:42:57 +00:00
when: '2024-12-08T01:05:00+01:00',
plannedWhen: '2024-12-08T01:05:00+01:00',
delay: null,
2024-12-08 21:42:57 +00:00
platform: '5',
plannedPlatform: '5',
direction: null,
provenance: 'Berlin Beusselstraße',
line: {
type: 'line',
id: 's-41-41254',
fahrtNr: '41254',
name: 'S 41',
2024-12-08 21:42:57 +00:00
public: true,
productName: 'S',
mode: 'train',
product: 'suburban',
adminCode: '08',
operator: {
type: 'operator',
id: 'S',
name: 'DB Regio, S-Bahn Berlin',
},
2024-12-07 22:46:04 +00:00
},
2024-12-08 21:42:57 +00:00
remarks: [
2024-12-07 22:46:04 +00:00
{
2024-12-08 21:42:57 +00:00
code: 'FB',
summary: 'Fahrradmitnahme begrenzt möglich',
text: 'Fahrradmitnahme begrenzt möglich',
type: 'hint',
},
2024-12-07 22:46:04 +00:00
],
2024-12-08 21:42:57 +00:00
origin: {
2024-12-18 00:08:52 +00:00
type: 'station',
2024-12-08 21:42:57 +00:00
id: '8089118',
name: 'Berlin Beusselstraße',
2024-12-07 22:46:04 +00:00
},
2024-12-08 21:42:57 +00:00
destination: null,
2024-12-07 22:46:04 +00:00
},
{
2024-12-08 21:42:57 +00:00
tripId: '20241208-c4abf007-d667-3bf1-87a8-2d1b153c014d',
stop: {
2024-12-18 00:08:52 +00:00
type: 'station',
2024-12-08 21:42:57 +00:00
id: '730985',
name: 'Jungfernheide Bahnhof (S+U), Berlin',
2024-12-07 22:46:04 +00:00
},
2024-12-08 21:42:57 +00:00
when: '2024-12-08T01:10:00+01:00',
plannedWhen: '2024-12-08T01:10:00+01:00',
delay: null,
2024-12-08 21:42:57 +00:00
platform: null,
plannedPlatform: null,
direction: null,
provenance: 'Rudow (U), Berlin',
line: {
type: 'line',
id: 'u-7-15422',
fahrtNr: '15422',
name: 'U 7',
2024-12-08 21:42:57 +00:00
public: true,
productName: 'U',
mode: 'train',
product: 'subway',
adminCode: 'vbbBVU',
operator: {
type: 'operator',
id: 'DPN',
name: 'Nahreisezug',
},
2024-12-07 22:46:04 +00:00
},
2024-12-08 21:42:57 +00:00
remarks: [
2024-12-07 22:46:04 +00:00
{
2024-12-08 21:42:57 +00:00
code: 'FB',
summary: 'Fahrradmitnahme begrenzt möglich',
text: 'Fahrradmitnahme begrenzt möglich',
type: 'hint',
2020-06-09 17:14:26 +02:00
},
2024-12-07 22:46:04 +00:00
{
2024-12-08 21:42:57 +00:00
code: 'RG',
summary: 'Behindertengerechtes Fahrzeug',
text: 'Behindertengerechtes Fahrzeug',
type: 'hint',
},
2024-12-07 22:46:04 +00:00
],
2024-12-08 21:42:57 +00:00
origin: {
2024-12-18 00:08:52 +00:00
type: 'station',
2024-12-08 21:42:57 +00:00
id: '732218',
name: 'Rudow (U), Berlin',
2020-06-09 17:14:26 +02:00
},
2024-12-08 21:42:57 +00:00
destination: null,
2024-12-07 22:46:04 +00:00
},
{
2024-12-08 21:42:57 +00:00
tripId: '20241208-c8b6e3e4-6acb-3237-b89e-1fca72497555',
stop: {
2024-12-18 00:08:52 +00:00
type: 'station',
2024-12-08 21:42:57 +00:00
id: '8089100',
name: 'Berlin Jungfernheide (S)',
2020-06-09 17:14:26 +02:00
},
2024-12-08 21:42:57 +00:00
when: '2024-12-08T01:10:00+01:00',
plannedWhen: '2024-12-08T01:10:00+01:00',
delay: null,
2024-12-08 21:42:57 +00:00
platform: '6',
plannedPlatform: '6',
direction: null,
provenance: 'Berlin Beusselstraße',
line: {
type: 'line',
id: 's-42-42325',
fahrtNr: '42325',
name: 'S 42',
2024-12-08 21:42:57 +00:00
public: true,
productName: 'S',
mode: 'train',
product: 'suburban',
adminCode: '08',
operator: {
type: 'operator',
id: 'S',
name: 'DB Regio, S-Bahn Berlin',
},
2024-12-07 22:46:04 +00:00
},
2024-12-08 21:42:57 +00:00
remarks: [
2024-12-07 22:46:04 +00:00
{
2024-12-08 21:42:57 +00:00
code: 'FB',
summary: 'Fahrradmitnahme begrenzt möglich',
text: 'Fahrradmitnahme begrenzt möglich',
type: 'hint',
},
2024-12-07 22:46:04 +00:00
],
2024-12-08 21:42:57 +00:00
origin: {
2024-12-18 00:08:52 +00:00
type: 'station',
2024-12-08 21:42:57 +00:00
id: '8089118',
name: 'Berlin Beusselstraße',
2024-12-07 22:46:04 +00:00
},
2024-12-08 21:42:57 +00:00
destination: null,
},
2024-12-07 22:46:04 +00:00
{
2024-12-08 21:42:57 +00:00
tripId: '20241208-f9d83ab7-d603-3344-87c0-a65ecf0f8524',
stop: {
2024-12-18 00:08:52 +00:00
type: 'station',
2024-12-08 21:42:57 +00:00
id: '730985',
name: 'Jungfernheide Bahnhof (S+U), Berlin',
2024-12-07 22:46:04 +00:00
},
2024-12-08 21:42:57 +00:00
when: '2024-12-08T01:10:00+01:00',
plannedWhen: '2024-12-08T01:10:00+01:00',
delay: null,
2024-12-08 21:42:57 +00:00
platform: null,
plannedPlatform: null,
direction: null,
provenance: 'Rathaus Spandau (S+U), Berlin',
line: {
type: 'line',
id: 'u-7-15752',
fahrtNr: '15752',
name: 'U 7',
2024-12-08 21:42:57 +00:00
public: true,
productName: 'U',
mode: 'train',
product: 'subway',
adminCode: 'vbbBVU',
operator: {
type: 'operator',
id: 'DPN',
name: 'Nahreisezug',
},
2024-12-07 22:46:04 +00:00
},
2024-12-08 21:42:57 +00:00
remarks: [
2024-12-07 22:46:04 +00:00
{
2024-12-08 21:42:57 +00:00
code: 'FB',
summary: 'Fahrradmitnahme begrenzt möglich',
text: 'Fahrradmitnahme begrenzt möglich',
type: 'hint',
2024-12-07 22:46:04 +00:00
},
{
2024-12-08 21:42:57 +00:00
code: 'RG',
summary: 'Behindertengerechtes Fahrzeug',
text: 'Behindertengerechtes Fahrzeug',
type: 'hint',
},
2024-12-07 22:46:04 +00:00
],
2024-12-08 21:42:57 +00:00
origin: {
2024-12-18 00:08:52 +00:00
type: 'station',
2024-12-08 21:42:57 +00:00
id: '731176',
name: 'Rathaus Spandau (S+U), Berlin',
2024-12-07 22:46:04 +00:00
},
2024-12-08 21:42:57 +00:00
destination: null,
},
];
2022-05-07 16:17:37 +02:00
export {
dbArrivals,
};