Skip to content
Discussion options

You must be logged in to vote

It is said that local time depends on longitude only.

Alas, you must have gotten bad information. Can you track down the reference that made that claim? If Skyfield's documentation says that somewhere, I'll be sure to get it corrected!

Local time also depends on latitude, because as you travel up the curve of the earth, each location you visit is looking at the Sun from a slightly different position in space, and so sees the Sun against slightly different stars. We can estimate how big the effect would be on the Sun's position of moving from the equator to the poles by adding this to the bottom of your script:

# ... your script goes here ...

from skyfield.api import tau

distance_to_su…

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@roe-dl
Comment options

Answer selected by roe-dl
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants