7
votes
9answers
2k views
Position of the sun given time of day, and lat/long
Anyone want to share some nice code that gives the position of the sun (elevation and azimuth) given latitude and longitude and time of day ?
And date, of course.
0
votes
4answers
236 views
How do I calculate the Azimuth (angle to north) between two WGS84 coordinates in a single T-SQL query?
I found the solution for this question in C#, but I can't translate it to a single query T-SQL, since my C# implementation requires branching (if then else).
I also found the foll …
0
votes
2answers
276 views
C code for solar azimuth angle given date, time, lat, and long
I seem to have asked my question wrong so here goes again I'll try to be more to the point. Is the top answer on this page
http://stackoverflow.com/questions/257717/position-of-t …
