Airplane Profiles 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 |
|---|---|---|---|---|---|
| profile_name | True | TEXT | - | Name of the profile. | - |
| flight_type | True | TEXT | - | Type of operation in lowercase notation | 'a', 'd' |
| aircraft_type | True | TEXT | - | Name of the aircraft type that flies the profile. | - |
| stage_length | True | INTEGER | - | Name of the aircraft type that flies the profile. | - |
| s | True | REAL | m | Distance travelled along the profile. | - |
| z | True | REAL | m | Altitude at the current point of the profile. | - |
| v | True | REAL | m/s | Speed at the current point of the profile. | - |
| p | True | REAL | - | Engine power setting at the current point of the profile. | - |