Deprecated: Session implements the Serializable interface, which is deprecated. Implement __serialize() and __unserialize() instead (or in addition, if support for old PHP versions is necessary) in /home3/xcdemonc/public_html/socalxcleague/lib/session.php on line 2

Warning: session_start(): Session cannot be started after headers have already been sent in /home3/xcdemonc/public_html/socalxcleague/index.php on line 41
Southern California XC League
1. FAQ
2. Problems with Glider Ratings
3. Gaggle Flying
4. Gear Setup
5. Flymaster Setup
6. Flytec 6030 Setup
7. Spot VS Delorme
8. XC Task Clinic
9. GPS Comparison
10. Sprint Tasks
11. DIY Cell Mount
12. DIY Flight Deck
13. DIY Catheter
14. Incidence Reports
15. Creating Waypoints
16. Creating Airspace
17. Resources
18. FTV Explained
19. Downloads

How to Create an Airspace File

This is an abbreviated defintion of the OpenAir (.FAS) airspace format (which works for most flight instruments) and description of how to create an FAS file to define a custom airspace. An alternate format called SUA (Special Use Airspace) exists which I will not go into here.

Definition

Header Information: I would recommend creating entries with information in the order it is presented in this list though I do not know if ordering matters.

Drawing Definitions: This is information used to draw the airspace and I assume it draws the lines in the order it is written. Co-ordinates need to be written as <lat> N <long> W (or similar) however co-ordinate formats appear to support at least these types DD.dddd, DD:MM.mm, DD:MM:SS. Longtitude degrees must be 3 digits so for 2 digit longtitudes it would be '085'. Minutes and seconds must be 2 digits long so instead of writing '5' you would write '05'. For DD.dddd, it appears to support at least 13 digits of precision (13 digits after the period) however ALL co-ordinates must be the same length in the list, basically all the 'N's and 'W's should line up nicely in the list. The default format that is used for co-ordinates is DD:MM:SS which looks like '31:55:16 N 087:03:15 W'

Sample



Creating Your Own Airspace File

Resources