PyEphem: How do I calculate the lowest altitude of the sun (largest angle the sun will reach below the horizon)?

Viewed 331

Depending on the seasons, it looks like the sun will never go lower than a certain angle with respect to the horizon at some areas.

Is there a way in PyEphem to calculate the lowest possible angle at specific times and locations, so I can avoid an AlwaysUpError?

1 Answers
Related