Compare commits
No commits in common. "329f2fb254521946fe5114fe2e4e7651eb6a7561" and "4c9ea094457797a59d67e27c584d546ea0939423" have entirely different histories.
329f2fb254
...
4c9ea09445
@ -24,4 +24,4 @@ It is written in Go for fast performance.
|
||||
|
||||
## Diagram Parser
|
||||
|
||||
dgp2 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 validated automatically before being manually checked before being added to the database ready to be searched for.
|
||||
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.
|
@ -1,25 +0,0 @@
|
||||
# Still need help?
|
||||
|
||||
If you're still struggling to use OwlBoard you can get in touch.
|
||||
|
||||
email: [api@owlboard.info](mailto:api@owlboard.info)
|
||||
|
||||
## Found something wrong?
|
||||
|
||||
If you have found something wrong with OwlBoards data here's what to do:
|
||||
|
||||
### Incorrect PIS Code:
|
||||
|
||||
You can report an incorrect PIS Code by emailing [api@owlboard.info](mailto:api@owlboard.info) or by submitting a report [here](https://owlboard.info/more/report/).
|
||||
|
||||
### Incorrect Departure Boards:
|
||||
|
||||
If you see an error on a departure board it is likely that the error is not caused by OwlBoard. We fetch live data from National Rail when you request it, short notice changes may not be visible for up to two minutes.
|
||||
|
||||
### Incorrect Timetable Data:
|
||||
|
||||
Our timetable data is provided by Network Rail. Some short notice changes are not published in the timetable - for example diverting trains or additional stops. Timetable data is updated daily with supplemental updates as they become available.
|
||||
|
||||
### Something else?
|
||||
|
||||
Get in touch by emailing [api@owlboard.info](mailto:api@owlboard.info)
|
Before Width: | Height: | Size: 189 KiB After Width: | Height: | Size: 72 KiB |
Before Width: | Height: | Size: 131 KiB After Width: | Height: | Size: 472 KiB |
Before Width: | Height: | Size: 172 KiB After Width: | Height: | Size: 76 KiB |
BIN
docs/img/pis-finder.png
Normal file
After Width: | Height: | Size: 76 KiB |
Before Width: | Height: | Size: 168 KiB After Width: | Height: | Size: 63 KiB |
Before Width: | Height: | Size: 120 KiB After Width: | Height: | Size: 76 KiB |
@ -24,7 +24,7 @@ See the [settings guide](settings.md) for details.
|
||||
|
||||
## Help
|
||||
|
||||
Simply links to this microsite
|
||||
Provides pathways to get help, such as out Facebook group, issue reporting and this help site.
|
||||
|
||||
## About
|
||||
|
||||
|
@ -12,11 +12,11 @@ To find out how to use the timetable search, see the [timetable guide](timetable
|
||||
|
||||
## PIS Finder
|
||||
|
||||
As an alternative to the Timetable Search, you can use the PIS Finder. Here, you simply enter the CRS code of the start and end station to see matches. You can also search for a PIS code by number to see which stops it contains.
|
||||
As an alternative to the Timetable Search, you can use the PIS Finder. Here, you simply enter the CRS code of the start and end station to see matches.
|
||||
|
||||

|
||||
|
||||
All PIS codes that match the start and end locations are returned (Duplicate stopping patterns do exist):
|
||||
All PIS codes that match the start and end locations are returned:
|
||||
|
||||

|
||||
|
||||
|
@ -21,9 +21,8 @@ Registering gives you access to the following features:
|
||||
- Find trains by headcode
|
||||
- Detailed timetable information
|
||||
- PIS code information per-train
|
||||
- Search for past and future dates
|
||||
|
||||
Without registering, you still have access to departure boards but from National Rails public feed with much less detail. It will not display non-announced platform numbers or ECS movemebts.
|
||||
Without registering, you still have access to departure boards but with much less detail and with ECS movements and non-public platform numbers hidden.
|
||||
|
||||
## Registration Detail
|
||||
|
||||
|
@ -4,8 +4,6 @@ site_url: https://docs.owlboard.info
|
||||
|
||||
nav:
|
||||
- 'Go to OwlBoard': https://owlboard.info
|
||||
- 'Get in Touch':
|
||||
- 'contact.md'
|
||||
- 'Website':
|
||||
- 'index.md'
|
||||
- 'registering.md'
|
||||
|