https://github.com/esa/pykep
PyKEP is a scientific library providing basic tools for research in interplanetary trajectory design.
https://github.com/esa/pykep
aerospace astrodynamics interplanetary mission-analysis
Last synced: 11 days ago
JSON representation
PyKEP is a scientific library providing basic tools for research in interplanetary trajectory design.
- Host: GitHub
- URL: https://github.com/esa/pykep
- Owner: esa
- License: gpl-3.0
- Created: 2013-03-12T20:11:29.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2024-12-14T13:17:58.000Z (4 months ago)
- Last Synced: 2025-04-12T19:49:52.936Z (11 days ago)
- Topics: aerospace, astrodynamics, interplanetary, mission-analysis
- Language: C++
- Homepage: http://esa.github.io/pykep/
- Size: 56.9 MB
- Stars: 362
- Watchers: 38
- Forks: 98
- Open Issues: 26
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
- awesome-robotic-tooling - pykep - A scientific library providing basic tools for research in interplanetary trajectory design. (Planning and Control / Vector Map)
README
pykep
=====[](https://gitter.im/esa/pykep?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
[](https://travis-ci.org/esa/pykep) [](https://landscape.io/github/esa/pykep/master)
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/