Skip to content
/ pykep Public

PyKEP is a scientific library providing basic tools for research in interplanetary trajectory design.

License

Notifications You must be signed in to change notification settings

esa/pykep

Folders and files

NameName
Last commit message
Last commit date

Latest commit

832db1a · Dec 14, 2024
Dec 11, 2024
Dec 10, 2024
Nov 15, 2022
Apr 17, 2023
Dec 14, 2024
Dec 11, 2024
Apr 17, 2023
Dec 11, 2024
Nov 17, 2017
May 27, 2020
Dec 11, 2024
Feb 29, 2012
Aug 28, 2020
Nov 26, 2019
Dec 10, 2024
Nov 17, 2017

Repository files navigation

pykep

Join the chat at https://gitter.im/esa/pykep

Build Status Code Health

pykep is a scientific library providing basic tools for astrodynamics research. Algorithmic efficiency is a main focus of the library, which is written in C++ and exposed to Python using the boost::python library. At the library core is the implementation of an efficient solver for the multiple revolutions Lambert's problem, objects representing direct (Sims-Flanagan), indirect (Pontryagin) and hybrid methods to represent low-thrust optimization problems, efficient keplerian propagators, Taylor-integrators, a SGP4 propagator, TLE and SATCAT support and more.

Check the official documentation at https://esa.github.io/pykep/