Volumes

Volumes are indivisible elements of airspace which form sectors. Volumes are defined the same way as shapes are and are automatically closed.

Volumes may be named as required (example: y_sect_vol.xml ) and are located in the fir/sectors directory.

Elementvolume
AttributeFormatRemarks
idstringvolume id - used when referring to the volume
firstringFIR in which the volume occurs (avoids duplicates)
bottomintegerBase level of airspace block
topintegerTop level of airspace block

Example

<volume id="Y_sect_1" fir="ABXX" bottom="000" top="999">
  <point lat="N0494918000" lon="E0041835000" />
  <point lat="N0494918000" lon="E0041835000" />
  <point lat="N0494918000" lon="E0041835000" />
</volume>

Back