/plyades

A Python astrodynamics library.

Primary LanguagePythonMIT LicenseMIT

DEPRECATED

  • For a spiritual successor in Python have a look at poliastro.
  • If you are interested in Julia have a look at Astrodynamics.jl.

Plyades

https://travis-ci.org/helgee/plyades.png

Plyades is an MIT-licensed astrodynamics library written in Python. It aims to provide a comprehensive toolset for fast development of high-performance mission analysis applications. The API provides powerful high-level objects for pythonic ease-of-use while the low-level functional building blocks can also be used independently.

import plyades as pl

state = pl.examples.iss

p = pl.Orbit(state)
p.propagate(revolutions=1)
p.plot()

Documentation

Read the documentation at http://plyades.readthedocs.org.