|
|
|
|
|
by xavieralexandre
150 days ago
|
|
You are linking to the magnetic anomaly grid, which is primarily intended for geophysical research and modeling local variations. For a basic compass app, you can rely on the World Magnetic Model (WMM) instead:
https://www.ncei.noaa.gov/products/world-magnetic-model From that, you can pre-compute a low-resolution declination grid. NOAA even provides one here:
https://www.ngdc.noaa.gov/geomag/calculators/magcalc.shtml#i.... That’s only a few KB of data and requires just a simple declination subtraction based on lat/lon, similar to how it’s handled on nautical charts. This works fine as long as you stay away from the poles (and Alaska). |
|