Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

History

2,437 Commits

Repository files navigation

Welcome to the Skyfield Repository

Skyfield is a pure-Python astronomy package that is compatible with both Python 2 and 3 and makes it easy to generate high precision research-grade positions for planets and Earth satellites.

fromskyfield.apiimportloadplanets=load('de421.bsp')
earth, mars=planets['earth'], planets['mars']
ts=load.timescale()
t=ts.now()
position=earth.at(t).observe(mars)
ra, dec, distance=position.radec()
print(ra)
print(dec)
print(distance)

The result:

10h 47m 56.24s
+09deg 03' 23.1"
2.33251 au

Skyfield’s only binary dependency is NumPy. Once that is available, Skyfield can usually be installed with:

pip install skyfield

Here are the essential project links:

About

Elegant astronomy for Python

Resources

Stars

1.8k stars

Watchers

54 watching

Forks

Releases

Sponsor this project

Packages

Contributors

Languages