Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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: about 6 hours ago
JSON representation

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

Awesome Lists containing this project

README

        

pykep
=====

[![Join the chat at https://gitter.im/esa/pykep](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/esa/pykep?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)

[![Build Status](https://api.travis-ci.org/esa/pykep.svg?branch=master)](https://travis-ci.org/esa/pykep) [![Code Health](https://landscape.io/github/esa/pykep/master/landscape.svg?style=flat)](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/