docs/site/search/search_index.json

1 line
21 KiB
JSON
Raw Normal View History

2024-04-26 18:45:10 +01:00
{"config":{"indexing":"full","lang":["en"],"min_search_length":3,"prebuild_index":false,"separator":"[\\s\\-]+"},"docs":[{"location":"","text":"Welcome Use this micro-site to find help, tips and guidance to get the best out of OwlBoard. What is OwlBoard OwlBoard is a web-app which provides you with access to: Live Station Departure boards Up-to date timetable information PIS Codes for GWR and HEx services Network Rail Location code lookups Delay/Cancellation reason code descriptions The app is targeted to railway staff and some features will only be available after registering with a railway email address.","title":"Welcome"},{"location":"#welcome","text":"Use this micro-site to find help, tips and guidance to get the best out of OwlBoard.","title":"Welcome"},{"location":"#what-is-owlboard","text":"OwlBoard is a web-app which provides you with access to: Live Station Departure boards Up-to date timetable information PIS Codes for GWR and HEx services Network Rail Location code lookups Delay/Cancellation reason code descriptions The app is targeted to railway staff and some features will only be available after registering with a railway email address.","title":"What is OwlBoard"},{"location":"api-intro/","text":"OwlBoard API OwlBoard is powered by an API. The API is currently undocumented, a link to the documentation will be provided when it is ready.","title":"OwlBoard API"},{"location":"api-intro/#owlboard-api","text":"OwlBoard is powered by an API. The API is currently undocumented, a link to the documentation will be provided when it is ready.","title":"OwlBoard API"},{"location":"code-lookup/","text":"Code Lookup The Code Lookup page lets you enter a known code and see the matching codes. You can enter a CRS, TIPLOC, STANOX or NLC to lookup. CRS/3ALPHA - Three character code identifying a station. BRI - Bristol Temple Meads EXD - Exeter St. Davids TIPLOC 4-7 character code identifying a timing point. BATHSPA - Bath Spa ELYY - Ely WARM301 - Warminster Signal 301 STANOX 5 character code identifying a location NLC 6 character code identifying a location or accounting location 197800 - Windermere 354400 - Weymouth G OTS","title":"Code Lookup"},{"location":"code-lookup/#code-lookup","text":"The Code Lookup page lets you enter a known code and see the matching codes. You can enter a CRS, TIPLOC, STANOX or NLC to lookup. CRS/3ALPHA - Three character code identifying a station. BRI - Bristol Temple Meads EXD - Exeter St. Davids TIPLOC 4-7 character code identifying a timing point. BATHSPA - Bath Spa ELYY - Ely WARM301 - Warminster Signal 301 STANOX 5 character code identifying a location NLC 6 character code identifying a location or accounting location 197800 - Windermere 354400 - Weymouth G OTS","title":"Code Lookup"},{"location":"components/","text":"OwlBoard Components OwlBoard is powered by several programs. Web The OwlBoard website is powered by Svelte. The speed is improved by installing components into your browser to reduce the amount of data that flows between the server and your device. It has been designed to work well over very weak connections. API Server The OwlBoard API Server is powered by ExpressJS. The responses are kept as small as possible to improve performance over weak connections. The API Server is what provides data to the OwlBoard website. Timetable Manager timetable-mgr is the newest addition to the OwlBoard suite. Replacing db-manager. timetable-mgr fetches timetable data from Network Rail daily, and also listens for VSTP messages which adds VSTP planned trains into the local timetable. It is written in Go for fast performance. Diagram Parser dg-parser reads diagrams and extracts headcodes and PIS codes before referencing the timetable to find which service the PIS code is valid for. These PIS codes are then semi-automatically added to OwlBoard.","title":"OwlBoard Components"},{"location":"components/#owlboard-components","text":"OwlBoard is powered by several programs.","title":"OwlBoard Components"},{"location":"components/#web","text":"The OwlBoard website is powered by Svelte. The speed is