* Nick Coleman -- Tuesday 26 April 2005 11:14:
> On Tue, 26 Apr 2005 18:34, Thomas F�rster wrote:
> > You should also search trough the mailing list archives (both
> > fg-users and fg-devel). IIRC someone posted a script which gives a
> > table of all navaids for a destination airport along with the
> > frequencies and ranges.
> 
> I think that was Melchior.  I use his apt and ils scripts a lot.

Yes.  
http://baron.flightgear.org/pipermail/flightgear-users/2005-February/010453.html

The "apt" shell function (to be put into ~/.bashrc or somewhere) is this:

   apt() { zgrep "^1 " $FG_ROOT/Airports/apt.dat.gz|grep -i "$*"|sed -r 
's,^.{13},,' ; }

   $ apt                  # list all airports
   $ apt loww             # search for icao id
   $ apt francisco        # or airport name

Don't know how well that runs on crippled BSDs, though.

m.

_______________________________________________
Flightgear-users mailing list
[email protected]
http://mail.flightgear.org/mailman/listinfo/flightgear-users
2f585eeea02e2c79d7b1d8c4963bae2d

Reply via email to