How can I calculate Magnetic Latitude?

  • Thread starter Thread starter erotavlas
  • Start date Start date
  • Tags Tags
    Latitude Magnetic
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
3 replies · 5K views
erotavlas
Messages
32
Reaction score
0
Hello,
I'm building an application in which I need to obtain the magnetic latitude for use in another calculation.

There are many website online that can calculate this for you, mostly point and click on a map, or enter your latitude and longitude into a form.

But I'm wondering how they actually calculate this value? And if it's something difficult to implement into my program.

If anyone knows how I could go about figuring out how to do this, or any resources that might help, it would be most appreciated.
 
Earth sciences news on Phys.org
Hi there

There are many website online that can calculate this for you, mostly point and click on a map, or enter your latitude and longitude into a form.

But I'm wondering how they actually calculate this value? And if it's something difficult to implement into my program

well if that is so, then use the "View Source" for that www page and you should see the html doc with the calculations embedded in it

cheers
Dave
 
davenn said:
Hi there



well if that is so, then use the "View Source" for that www page and you should see the html doc with the calculations embedded in it

cheers
Dave

No, the calculation is done using server side scripts. You cannot view that way. Only one site I found a http://www.swpc.noaa.gov/Aurora/aurora.js

http://www.swpc.noaa.gov/Aurora/globeNW.html

But am not sure if the function is specific to that image (like the values in the array are all points on the image) or if its something else