Tagged Questions
27
votes
4answers
590 views
Position of the sun given time of day, latitude and longitude
This question has been asked before a little over three years ago. There was an answer given, however I've found a glitch in the solution.
Code below is in R. I've ported it to another language, ...
16
votes
10answers
8k 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.
1
vote
2answers
180 views
Sun's position, equation of time: WRONG BY 27 DAYS
I'm trying to improve the U.S. Naval Observatory's algorithm for calculating the position of the sun, by writing it in a simpler way where all the numbers used have been properly identified - so ...
1
vote
2answers
973 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
...