https://github.com/jbud/Flex-Calculator-TS
wip
https://github.com/jbud/Flex-Calculator-TS
Last synced: 18 days ago
JSON representation
wip
- Host: GitHub
- URL: https://github.com/jbud/Flex-Calculator-TS
- Owner: jbud
- Created: 2023-02-13T08:17:43.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2024-04-25T19:42:20.000Z (about 2 years ago)
- Last Synced: 2025-01-20T19:01:40.473Z (over 1 year ago)
- Language: TypeScript
- Size: 22.8 MB
- Stars: 18
- Watchers: 2
- Forks: 6
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-osxp - Flex Calculator
README
# Flex Calculator Progressive Web App
This project is in development.
This is a takeoff performance calculator for the Airbus A320 NEO. While Airbus has not released performance data for this airplane, an approximation can be made by testing and by interpolating and extrapolating from a handful of public data points. **(not sure if correct!)**
## Installation (iPad)
* open the deployed [page](https://jbud.github.io/Flex-Calculator-TS/) in safari
* Tap the share icon and select add to home screen.
## Known issues
This calculator uses FlyByWire (FBW) Simulations' calculations for VR and V2. The V1 calculation, on the other hand, needs some work it currently assumes a low V1 speed for safety even though the takeoff can likely be rejected later, it is safest to use lower. **V1 speed does not affect rotation or engine out (V2) speeds**
Currently there is no full method for an invalid takeoff. If the calculator outputs TOGA and the runway visualization shows your ASD above the runway, you don't have enough runway to take off, this will be resolved soon.
An internet connection is required* by default for the METAR API. a beta version is currently deployed to accept manual input by tapping the wifi icon on the menu bar. Open an issue if you experience any problems.
\* an internet connection is **not** required for the runway database, it is built into the app.
## Available Scripts
In the project directory, you can run:
#### `npm install`
#### `git submodule update --init`
#### `mkdir -p -v ./public/database/runways`
#### `cp -R ./runways/icao/ ./public/database/runways/`
#### `npm start`