Runways 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 |
|---|---|---|---|---|
| name | True | TEXT | - | Name of the runway. |
| designation | True | TEXT | - | Runway designator. Corresponds to the 2-letter or 3-letter designator of the runway. |
| airport | True | TEXT | - | ICAO code of the airport where the runway is located. |
| start_x | True | REAL | meter | X-coordinate of the start point of the runway. |
| start_y | True | REAL | meter | Y-coordinate of the start point of the runway. |
| end_x | True | REAL | meter | X-coordinate of the end point of the runway. |
| end_y | True | REAL | meter | Y-coordinate of the end point of the runway. |
| threshold_x | True | REAL | meter | X-coordinate of the threshold of the runway. |
| threshold_y | True | REAL | meter | Y-coordinate of the threshold of the runway. |