How can I calculate Magnetic Latitude?

  • Thread starter Thread starter erotavlas
  • Start date Start date
  • Tags Tags
    Latitude Magnetic
Click For Summary

Discussion Overview

The discussion revolves around the calculation of magnetic latitude, particularly how it can be derived programmatically for use in an application. Participants explore the methods used by online calculators and the feasibility of implementing similar calculations.

Discussion Character

  • Exploratory
  • Technical explanation

Main Points Raised

  • One participant seeks to understand how online tools calculate magnetic latitude and whether it is difficult to implement in their own program.
  • Another participant suggests checking the "View Source" of web pages for embedded calculations, although this is later challenged.
  • A different participant asserts that the calculations are performed using server-side scripts, making them inaccessible through the "View Source" method.
  • Links to specific resources are provided, but there is uncertainty about whether the functions are specific to certain images or more general.

Areas of Agreement / Disagreement

Participants express differing views on the accessibility of the calculation methods used by online tools, with some believing they can be viewed in the source code and others asserting they cannot. The discussion remains unresolved regarding the specifics of the calculation methods.

Contextual Notes

There is uncertainty about the nature of the calculations and whether the resources provided are applicable to general cases or specific to certain implementations.

Who May Find This Useful

Individuals interested in programming applications that require magnetic latitude calculations, as well as those curious about the methodologies behind online geolocation tools.

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
 
no probs

was just a thought :smile:

Dave
 

Similar threads

  • · Replies 4 ·
Replies
4
Views
5K
  • · Replies 16 ·
Replies
16
Views
12K
  • · Replies 16 ·
Replies
16
Views
4K
  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 6 ·
Replies
6
Views
2K
Replies
3
Views
2K
  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 9 ·
Replies
9
Views
2K
  • · Replies 2 ·
Replies
2
Views
4K
Replies
13
Views
4K