20,741
edits
Evandenberg (talk | contribs) (extra500 new version added) |
m (→In the hangar: this is actually pretty cool) |
||
| Line 36: | Line 36: | ||
For short youtube tutorial: https://www.youtube.com/watch?v=0BaVbCtOr3E | For short youtube tutorial: https://www.youtube.com/watch?v=0BaVbCtOr3E | ||
=== Streaming FlightGear data to a Jupyter Notebook === | |||
This is a demo of streaming live data from Flightgear to a Jupyter notebook: | |||
{{#ev:youtube|aXNy1r5UDEE}} | |||
The code listens to the websocket, converts it to pandas time series objects, and then updates some plots. | |||
This could be useful for aircraft developers trying to analye the performance of their aircraft. Also, for a lot of good aircraft, the information for Vx, Vy, best glide speed etc are missing, maybe this could become a good way to benchmark these parameters.<ref>{{cite web | |||
|url = https://forum.flightgear.org/viewtopic.php?p=271257#p271257 | |||
|title = <nowiki> Streaming FlightGear properties to Python </nowiki> | |||
|author = <nowiki> Beaver </nowiki> | |||
|date = Jan 3rd, 2016 | |||
|added = Jan 3rd, 2016 | |||
|script_version = 0.40 | |||
}}</ref> | |||
The github url as well: [https://github.com/akloster/jupyter-flightgear https://github.com/akloster/jupyter-flightgear] | |||
The instructions are in the Readme and the notebook file. | |||
And yes, the combination of Python, Jupyter, Pandas, Matplotlib and Bokeh beats GNUPlot/csv by several orders of magnitude<ref>{{cite web | |||
|url = https://forum.flightgear.org/viewtopic.php?p=271291#p271291 | |||
|title = <nowiki> Re: Streaming FlightGear properties to Python </nowiki> | |||
|author = <nowiki> Beaver </nowiki> | |||
|date = Jan 3rd, 2016 | |||
|added = Jan 3rd, 2016 | |||
|script_version = 0.40 | |||
}}</ref> | |||
== In the hangar == | == In the hangar == | ||
| Line 44: | Line 71: | ||
* Exterior: procedural navigation and strobe lights, ALS landing light | * Exterior: procedural navigation and strobe lights, ALS landing light | ||
* Interior: "MakeHuman" occupants, baggage, some small cosmetic changes to the panel | * Interior: "MakeHuman" occupants, baggage, some small cosmetic changes to the panel | ||
* General: added more catalog tags | * General: added more catalog tags | ||
== Scenery corner == | == Scenery corner == | ||