-
Notifications
You must be signed in to change notification settings - Fork 7
Magnetic deviation + Airframe updates #16
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It looks like this may need to be updated to async functions based on the way it pulls from jsons, also part of the calculation is in old school js, for continuity I request we avoid 'var' and 'require' and stick with TS imports and let or const for variable declarations.
I haven't had a moment to test everything yet, great work on this, thank you. I will check back in a couple days when I have the free time
Added magnetic deviation calculation using https://github.com/naturalatlas/geomagnetism
Also updated aircraft profiles from different PR
and fixed github actions build