Tagged Questions
26
votes
4answers
584 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
179 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 ...
0
votes
0answers
28 views
SensorManager.getOrientationMatrix how is it calculated?
I would like to know if someone can explain me how is calculate the orientationMatrix that the method SensorManager.getOrientationMatrix(accel, magnetic) produce ?
Thank you