I've developed a web application that computes the POH predicted performance for my turbonormalized G36. It computes W&B, takeoff and landing distance, enroute performance, and IFR procedure climb performance.
A copy of the app is
here.
I was wondering of there are any fellow geeks out there who are interested in expanding the application to other models or serial numbers, other browsers, or doing some QA. As written, it only applies to
my aircraft.
The app is written in Javascript and is self-contained once downloaded (i.e. it doesn't require code on the server, just http). It tries to do a piecewise linear approximation of the POH graphical data and interpolate it using the same procedure as the POH. I've added some fun things like the "upslope takeoff minimum headwind" which tells you how much headwind is required before taking off upslope is better than taking off downslope.
It currently works in IE7 and iPhone (it has a different UI for the iPhone than for a desktop browser). It doesn't seem to work with desktop Safari or Firefox.
My interest is limited to making this webapp available to others so that their POH data is easier to use. I'm not interested in doing more work on it, but I'm willing to send the code to anyone who is. There are some terms of use that are designed to allow the code to be modified freely and protect the people who modify it. The terms are reproduced here:
This software has not been rigorously tested. In using this software you agree to hold all authors and contributors to this software, or distributors of this software harmless from all claims of damage and/or liability. Any information provided by this software is advisory. Your aircraft's Pilot's Operating Handbook (POH) is the authoritative source of your aircraft's performance information. In using this software you agree to confirm all results against your aircraft's POH.
You may freely modify or distribute this software provided that you retain terms of use that provide equivalent or stronger damage and liability protection for authors, contributors and distributors of this software or a modified version of it, and such terms of use must be acknowledged by every user of a modified version of this software.
The algorithms and parameters in this software are approximations of POH values and are designed for a specific individual aircraft. You must modify the source to this software for use with your aircraft. You are responsible for verifying that the parameters and algorithm's are appropriate for your aircraft.