; NAVGPS PRO (3.14+) USER-DATABASE ; ; ALLOWS ONE TO CREATE MULTIPLE AIRPORTS AND NAVAID DATABASE ; ; All text following a semi-colon is ignored. ; ; Version 1.2: Navgps 3.14b+ ; - optional units for airport elevation ; - optional units for runway length ; - optional units for runway elevation ; ; Version 1.1: ; - added COM type RDO ; - added COM type INFO ; ; Version 1.0: ; ARPT_BEGIN ; *** MARKS THE BEGINNING OF AN AIRPORT RECORD *** ; required fields ; ID=CDW ; airport identifier NAME=MY ESSEX COUNTY POSN.LAT=40:52.51 ; 2 formats supported: ; deg:min (45:59.99) or deg (45.9998) i.e. (59.99/60) equals 0.9998 POSN.LON=-74:30.0 ; all the fields below are optional ; INFO=My Airport\nLine2 ; optional text displayed in airport-info - '\n' forces a new line. MAG_VAR=13.123 ; optional magnetic variance ; westerly is positive and easterly is negative ELEV=173 ; airport elevation (feet) ELEV.UNITS=M ; optional - either 'M'eter or 'F'eet (default is 'F') COM1.TYPE=TWR ; valid values: ; APP approach control ; ATIS automatic terminal info svc ; AWOS automatic weather observing station ; ASOS automated surface observation system ; CLD clearance delivery ; DEP departure control ; FSS flight service station ; GND ground control ; TWR tower ; UNIC unicom or ctaf/unicom ; CTAF common traffic advisory frequency ; A/D approach/departure control ; RDO radio ; INFO information COM1.FREQ=125.123 COM1.UNITS=K ; optional - either 'M'egahertz or 'K'ilohertz (default is 'M') COM2.TYPE=TWR ; can have up to 2 freqs for each type COM2.FREQ=125.4 ;COM?.TYPE= ; next comm freq...with '?' sequential RWY1.LEN=4000 RWY1.WIDTH=100 RWY1.UNITS=M ; optional - units for LEN & WIDTH - either 'M'eter or 'F'eet (default is 'F') RWY1.SURFACE=ASPHALT ; valid values = 'ASPHALT', 'GRASS', 'CONCRETE', 'HARD', ; 'GRAVEL', 'WATER', 'OTHER', 'UNKNOWN' RWY1.INFO=Info on this\nrunway ; high-end of the runway (i.e. one with the higher mag_hdg) ; RWY1.HI.ID=22L RWY1.HI.MAG_HDG=223 ; inbound magnetic heading RWY1.HI.POSN.LAT= ; touch-down (td) point RWY1.HI.POSN.LON= RWY1.HI.ELEV=323 ; elevation of td point (feet) RWY1.HI.ELEV.UNITS=M ; optional - either 'M'eter or 'F'eet (default is 'F') RWY1.HI.PATTERN=L ; traffic-pattern...optional - either 'L' or 'R' ; lo-end of the runway (i.e. one with the lower mag_hdg) ; RWY1.LO.ID=4R RWY1.LO.MAG_HDG=43 RWY1.LO.POSN.LAT= RWY1.LO.POSN.LON= RWY1.LO.ELEV= RWY1.LO.PATTERN=R ; traffic-pattern...optional - either 'L' or 'R' ;RWY?.LEN= ; next runway...with '?' sequential ARPT_END ; *** MARKS THE END OF AN AIRPORT RECORD *** ARPT_BEGIN ; *** MARKS THE BEGINNING OF AN AIRPORT RECORD *** ; entries for 2nd airport... ARPT_END ; *** MARKS THE END OF AN AIRPORT RECORD *** NAVAID_BEGIN ; *** MARKS THE BEGINNING OF A NAVAID RECORD *** ; required fields ; ID=SAR NAME=SPARTA TYPE=VOR ; vor, ndb, fix POSN.LAT=40:52.51 POSN.LON=-74.5 ; second notation = -74:30.0 ; optional fields ; FREQ=109.0 ; required for vor and ndb only USAGE=LOW ; LOW, HIGH, BOTH, TERM, VRP (default is LOW) NAVAID_END ; *** MARKS THE END OF A NAVAID RECORD ***