Tagged Questions
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.
5
votes
1answer
278 views
Compute shadow length using PyEphem
I am using PyEphem and want to calculate the length of a shadow (assume a stick of unit length is planted in the ground). The length will be given by cot(phi), where phi is the solar elevation angle ...
3
votes
1answer
310 views
How to calculate longitude using PyEphem
tried to calculate sun lat and long using PyEphem but not matching with ephemeris
SUN: 2011 MAY 04 We 04 14:46:08 13TA12 = 43 degrees approx (As per website www.findyourfate.com)
a = Sun()
...
2
votes
3answers
153 views
Computing Earth orbit position and rotations
I want to compute the Earth position (relative to the sun) and axis rotations for a given date and time. It's ok to assume the Sun is stationary at the 0,0,0 coordinate. Very minor deflections, due to ...
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 ...