Helicopter Tracks upload specifications
This upload accepts .csv files. Below you can find the specification of these files.
Alternatively, it is possible to upload a .zip file. The .zip file should contain one .csv file that also follows the specification below. This can be useful for very large .csv files, since zipping them will reduce the file size. If more files are zipped together, only the first one will be used, the others will be ignored.
| Name | Mandatory | Type | Unit | Description | Possible Values |
|---|---|---|---|---|---|
| track_name | True | TEXT | - | Name of the track. | - |
| flight_type | True | TEXT | - | Type of operation in lowercase notation | 'a', 'd' |
| idSeg | True | TEXT | - | ID of a helicopter track segment. | - |
| Helipad | True | TEXT | - | Designation of the helipad linked to the track. The helipad must exist in the project. | - |
| SegTyp | True | TEXT | - | Type of the helicopter track segment | 'O', 'S', 'R', 'L' |
| Len_Rad[m] | True | REAL | meter | Length of a straight segment. It is set to 0 for the initial segment and turn segments. | - |
| Angle[deg] | True | REAL | ° | Angle corresponding to the change in heading in a turn segment. Corresponds to the initial heading in the initial segment. It is set to 0 for straights. | - |