Compare commits
2 Commits
20260318_1
...
20260402_1
| Author | SHA1 | Date | |
|---|---|---|---|
| 88b75e3e62 | |||
| a241b992ac |
21
README.md
21
README.md
@@ -4,4 +4,23 @@ APIS Codes for GWR Class 150, 158 & 16x units
|
||||
|
||||
Re-initialised in a new repository on 04/12/2025. This decision was made to keep one data type, in one repository to maintain separation of data-ingress services in preparation for the 2026 data-ingress project.
|
||||
|
||||
Data is prepared for the data-ingress service using Gitea actions, any changes made to the actions require care to ensure it doesn't break the ingress of data to OwlBoard.
|
||||
Data is prepared for the data-ingress service using Gitea actions, any changes made to the actions require care to ensure it doesn't break the ingress of data to OwlBoard.
|
||||
|
||||
## Making Changes
|
||||
|
||||
Updates should be made in a branch following the naming pattern:
|
||||
|
||||
```
|
||||
branches:
|
||||
- auto-*
|
||||
- pis-*
|
||||
```
|
||||
|
||||
Updated should be placed in to a new file in the /pis/ directory.
|
||||
|
||||
Code deletions must be made in the 'main' branch.
|
||||
|
||||
|
||||
## Future Considerations
|
||||
|
||||
Adding traction type field to cover 80x generic headcodes, and whatever 175's use if not the same as other units.
|
||||
@@ -1,4 +1,8 @@
|
||||
pis:
|
||||
- code: "4601"
|
||||
stops: [cdf,nwp,stj,fit,bri,bth,boa,tro,wsb,wmn,sal,rom,sou,frm]
|
||||
- code: "6594"
|
||||
stops: [gcr,yae,bpw,fit,asd,srd,lwh,bri]
|
||||
- code: "0106"
|
||||
stops: [slo,wnc]
|
||||
toc: "gw"
|
||||
|
||||
Reference in New Issue
Block a user