Traffics 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 | - | The name of the track. | - |
| profile_name | True | TEXT | - | The name of the profile. | - |
| event_count | True | REAL | - | Event noise multiplier. | - |
| bank | False | BOOLEAN | - | True if bank angle should be taken into account. False otherwise. | - |
| humidity | False | REAL | % | Relative humidity value, ranging from 0% to 100%. | - |
| pressure | False | REAL | Pa | Pressure value. | - |
| temperature | False | REAL | °C | Temperature value. | - |
| threshold | False | REAL | meter | Longitudinal displacement of the event along the runway. Can be a negative value. | - |
| timestamp | False | TIMESTAMP | YYYY-MM-DD HH:MM:SS | Reference timestamp of the event. If provided, it is used to determine period of the day, for the relevant metrics. | - |
| correction | False | REAL | dBA | Correction value that is added to the individual event noise level. | - |
| flight_track_trim | False | TEXT | - | Method used to determine how the combined flight (profile + track) should be trimmed. | 'profile', 'ground track', 'longest', 'shortest' |