https://github.com/johnberroa/weight_and_balance
A weight and balance PDF generator
https://github.com/johnberroa/weight_and_balance
Last synced: 7 months ago
JSON representation
A weight and balance PDF generator
- Host: GitHub
- URL: https://github.com/johnberroa/weight_and_balance
- Owner: johnberroa
- License: unlicense
- Created: 2023-09-08T16:55:31.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2024-03-03T13:02:10.000Z (over 2 years ago)
- Last Synced: 2024-12-28T05:43:02.637Z (over 1 year ago)
- Language: Python
- Size: 1.48 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Weight and Balance
This is a simple weight and balance PDF generator for aircraft. Currently, it only supports the Cessna 172S model and the Breezer C (without graph).
## Usage
Enter the name and weights of persons/baggage in `weight_and_balance.json`.
This will then be loaded into the python script when running `python weight_and_balance.py`
A pdf is automatically generated in this folder after the script finishes.
##### Note
I have tested the graph lines for CoG and weight, but it still may fail. Double check they make sense before trusting them.