Skip to content
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

lib/world_magnetic_model: fetch_noaa_table.py refactor and scaling improvements #23152

Merged
merged 2 commits into from
Jun 4, 2024

Commits on May 31, 2024

  1. lib/world_magnetic_model: fetch_noaa_table.py refactor and scaling im…

    …provements
    
     - upate to NOAA grid API to build WMM table in one pass
     - refactor declination/inclination/totalintensity table printing to
       shared method
     - compute scaling factor to maximize resolution
    dagar committed May 31, 2024
    Configuration menu
    Copy the full SHA
    ccbae90 View commit details
    Browse the repository at this point in the history
  2. simplify world_magnetic_model interface (degrees in, degrees out)

     - this hopefully helps avoid accidental mis-use
     - try to clarify units everywhere
    dagar committed May 31, 2024
    Configuration menu
    Copy the full SHA
    8dc431c View commit details
    Browse the repository at this point in the history