As a passionate aviation enthusiast, I am looking to develop a tool that can calculate the necessary takeoff speeds for a Boeing 747-400F. With access to authentic documentation for this aircraft, I have all the reliable information needed.
The image provided depicts various climatic conditions, each categorized into different regions (A, B, D, etc.). By inputting the current temperature and airport elevation, it is possible to determine which region corresponds to the conditions you are dealing with, such as region A.
Background
Once you have identified the region (such as A), you can refer to a second table where the weight of the aircraft needs to be known. By combining this weight information with the region data, you will be able to establish the required takeoff speeds: V1, VR, V2.
While interpreting information from these charts is straightforward, my goal is to automate the initial step:
Question
Is there a way to convert the first graphic into a structured data format that can be utilized in Javascript or Typescript code?