********************************* My Personal Airspaces ********************************* * AC is the airspace class (A, B, C, D, E, F, G, UNC) * AY is the type of(P, Q, R, and many more) * AN is the airspace name * AL is the lower limit (value and reference, or just GND for ground) * AH is the upper limit (value and reference) * V is the center airspace coordinates (X=latitude, Y=longitude) in the case of a circular airspaces * DC is the radius of the airspace in nautical miles * DP is the airspace coordinates (X=latitude, Y=longitude) in the case of a polygon airspace. You can have multiple DP lines for each airspace to build the polygon. * You can end the airspace information with an empty line. * indicates a comment line and is not processed. ********************************* Airspace Example Polygon ********************************* AC A AY P AN My Polygon Airspace AL GND AH 7000ft AGL DP 01:30:19N 001:04:36E DP 01:37:23N 001:12:26E DP 01:37:23N 001:12:26E DP 01:52:57N 001:28:59E DP 01:51:05N 001:35:01E DP 01:46:58N 001:32:52E DP 01:33:18N 001:17:33E DP 01:24:27N 001:07:46E DP 01:30:19N 001:04:36E * ********************************* Airspace Example Circle ********************************* AC C AY R AN My Restricted Airspace Name AL 1000ft AMSL AH 2000ft AMSL V X=50:35:36N 007:56:42E DC 0.3 *