]> git.mxchange.org Git - flightgear.git/commit
First stab at a simple script that inputs a list of lon/lat coordinates via
authorcurt <curt>
Fri, 10 Sep 2004 21:21:34 +0000 (21:21 +0000)
committercurt <curt>
Fri, 10 Sep 2004 21:21:34 +0000 (21:21 +0000)
commit2d03062b387628a6caeda5dd7ba6aadc3a88bdb2
tree1f7c697f66b40303271b6f5a797900346fe45398
parentc41ad812bde2c23213826a48e8df517a791f4b2d
First stab at a simple script that inputs a list of lon/lat coordinates via
stdin, and outputs the coordinates with FG ground elevation.  This requires
a running copy of FlightGear with --fdm=null and the telnet server enabled.
Of course you need to have scenery installed for all areas you are querying.
This is not fast and the scenery load wait time may need to be tuned for
individual systems.
scripts/perl/examples/find_elevations.pl [new file with mode: 0755]