Hello,
   Some while ago someone pointed out how to do a script using
'zgrep' to find navaids :-

#! /bin/sh
echo "in nav.dat"
zgrep $1 $FG_ROOT/Navaids/nav.dat.gz
echo "in apt.dat"
zgrep $1 $FG_ROOT/Airports/apt.dat.gz
echo "in fix.dat "
zgrep $1 $FG_ROOT/Navaids/fix.dat.gz


    and Melchior Franz published a very useful script on his
website that lists nav aids local to a given airport code;
  following recent posts here I use his script modified so
er, azimuths are Airport-centric rather than NavAid-centric ..

regards p

-- 
<=>

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Flightgear-devel mailing list
Flightgear-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/flightgear-devel

Reply via email to