Skip to content

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

Open
wants to merge 11 commits into
base: master
Choose a base branch
from

Conversation

rensdebee
Copy link

Added magnetic deviation calculation using https://github.com/naturalatlas/geomagnetism
Also updated aircraft profiles from different PR
and fixed github actions build

@jbud jbud self-requested a review April 29, 2024 20:07
@jbud jbud added the enhancement New feature or request label Apr 29, 2024
@jbud jbud linked an issue Apr 29, 2024 that may be closed by this pull request
Copy link
Owner

@jbud jbud left a 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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Convert True Heading to Magnetic Heading from runway Database
2 participants