Replies: 1 comment
-
|
Earth rotation is accurately modeled by Skyfield, and can be accessed through the https://rhodesmill.org/skyfield/api-topos.html#skyfield.toposlib.GeographicPosition.lst_hours_at Moon rotation is modeled; some routines that depend on it are here: https://rhodesmill.org/skyfield/planetary.html I haven’t tried the code against any other Solar System bodies yet. I can see that the data file used on the previous page has "PM" values for several other planets, which I assume give the angle of the prime meridian on those planets, and thus their rotation: https://naif.jpl.nasa.gov/pub/naif/JUNO/kernels/pck/pck00008.tpc But I've not had time to sit down and see how many of the planet rotations Skyfield can currently understand. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I am using skyfield to create an interactive model of the solar system and I would like to get the rotation of the planets, particularly the earth, added in. Is there a way to access this data? Thanks.
Beta Was this translation helpful? Give feedback.
All reactions