More information about the CDM And ATFCM projects can be found on the WEBSITE
All contributions from vACC staff are welcome!
- Fork the repository.
- Make your changes in data/<your FIR/vACC directory> (or create it if it doesn't exist).
- Validate your changes using the provided JSON schemas or the vacs-data tool.
- Submit a Pull Request.
Please, check already submitted examples before send the request.
volumes.geojson:
- Here volumes are included to later use them as sectors. To pass the vatglasses data into the required form, it is possible by using this converter: VATGLASSES-CDM-CONVERTER
- MinFL, MaxFL and capacity are a must to have correctly defined airspaces.
- Lateral limits should be defined as Multipolygon (Like Vatspy data).
- To check data by vertical limits, the following website is created (Data from the main branch is used): AIRSPACES-MAP
- ID must be UPPERCASE.
procedures.txt
- Format
<AIRPORT>:SID:<letters>:STAR:<letters>example:LEBL:SID:Q:STAR:W,Z- AIRPORT: ICAO code.
- letters: last letter of CID, set all the valid letters. Empty if all are valid.
- The decision of which procedure to choose will be:
- If pilot filed SID/STAR is in the valid list, then it will selected.
- If pilot does not file a SID/STAR, the first in the list is chosen (order is by given in letters).
- If any can be selected, then direct path will be created.
profile_restrictions.txt
- Format
<ICAO_DEP>:<ICAO_DEST>:<WPT>:<FL>example:LPPT,LPFR:*:IMOBA:200 - ICAO_DEP: dep airport (or list of airports "," seperated), "*" to select all dep airports (Ex. LPPT,LPCS).
- ICAO_DEST: dest airport (or list of airports "," seperated), "*" to select all dest airports (Ex. LEBL).
- WPT: Waypoint to be level at.
- FL: numeric value indicating the FL (Ex. 200).
Remark: it will only be respected, if RFL is at or above. Remark: This will override SID/STAR ALT restrictions.