Route Analyzer - Routes.txt File
The routes.txt file is a text file created and/or residing in the Flight Explorer Groups sub-directory. Each line defines an individual route as follows:
type,origin,dest,seq#,route,label(optional)<CR/LF>
Acceptance Criteria 1) Route analyser format: Type,Origin,Dest,Seq,Route,label(Optional) 2) If label is not specified then it create default in the format (Origin-Dest-Seq) 3) If user specify Label then user defined label will appear.
- type is a 1 character route type (i.e. the character "C" indicates a company route)
- origin is the 4 character FAA or ICAO origin airport ID
- dest is the 4 character FAA or ICAO destination airport ID
- seq# is a 1 or 2 character sequence ID for cases where there are multiple routes between the same origin and destination airports
- route is the route string
- label is an optional 15 character label (If not specified then a default in the format origin-dest-seq# will be provided)
- <CR/LF> Each line must end with a carriage return and line feed