Skip to main content

Python package for Orbital Mechanics

Project description

poliastro logo
Name:

poliastro

Website:

https://poliastro.github.io/

Author:

Juan Luis Cano Rodríguez <juanlu001@gmail.com>

Version:

0.6.0

travisci appveyor codecov codeclimate

docs license doi astropy mailing

poliastro is an open source pure Python package dedicated to problems arising in Astrodynamics and Orbital Mechanics, such as orbit propagation, solution of the Lambert’s problem, conversion between position and velocity vectors and classical orbital elements and orbit plotting, focusing on interplanetary applications. It is released under the MIT license.

from poliastro.examples import molniya
from poliastro.plotting import plot

plot(molniya)
https://github.com/poliastro/poliastro/raw/0.6.x/examples/molniya.png

Documentation

docs

Complete documentation, including a user guide and an API reference, can be read on the wonderful Read the Docs.

http://poliastro.readthedocs.org/en/latest/

Examples

mybinder

In the examples directory you can find several Jupyter notebooks with specific applications of poliastro. You can launch a cloud Jupyter server using binder to edit the notebooks without installing anything. Try it out!

http://mybinder.org/repo/poliastro/poliastro

Requirements

poliastro requires the following Python packages:

  • NumPy, for basic numerical routines

  • Astropy, for physical units and time handling

  • numba (optional), for accelerating the code

  • jplephem, for the planetary ephemerides using SPICE kernels

  • matplotlib, for orbit plotting

  • SciPy, for root finding and numerical propagation

poliastro is usually tested on Linux, Windows and OS X on Python 3.5 and 3.6 against latest NumPy.

Platform

Site

Status

Linux & OS X

Travis CI

travisci

Windows x64

Appveyor

appveyor

Installation

The easiest and fastest way to get the package up and running is to install poliastro using conda:

$ conda install poliastro --channel conda-forge

You can also install poliastro from PyPI using pip, given that you already have all the requirements:

$ pip install poliastro

You can also download poliastro source from GitHub and type:

$ pip install .

Development installations are also supported:

$ pip install -e .

Testing

codecov

If installed correctly, the tests can be run using pytest:

$ python -c "import poliastro.testing; poliastro.testing.test()"
Running unit tests for poliastro
[...]
OK
$

Contributing

'Stories in Ready'

poliastro is a community project, hence all contributions are more than welcome! For more information, head to CONTRIBUTING.

Support

mailing

Release announcements and general discussion take place on our mailing list. Feel free to join!

https://groups.io/g/poliastro-dev

Citing

If you use poliastro on your project, please drop me a line.

You can also use the DOI to cite it in your publications. This is the latest one:

doi

And this is an example citation format:

Juan Luis Cano Rodríguez et al.. (2015). poliastro: poliastro 0.4.0. Zenodo. 10.5281/zenodo.17462

License

license

poliastro is released under the MIT license, hence allowing commercial use of the library. Please refer to the COPYING file.

FAQ

What’s up with the name?

poliastro comes from Polimi, which is the shortened name of the Politecnico di Milano, the Italian university where I was studying while writing this software. It’s my tiny tribute to a place I came to love. Grazie mille!

Can I do <insert awesome thing> with poliastro?

poliastro is focused on interplanetary applications. This has two consequences:

  • It tries to be more general than other Flight Dynamics core libraries more focused on Earth satellites (see Related software for a brief list), allowing the algorithms to work also for orbits around non-Earth bodies.

  • It leaves out certain features that would be too Earth-specific, such as TLE reading, SGP4 propagation, groundtrack plotting and others.

Keep that in mind when asking for a feature. For a software package focused on Earth applications please refer to the Python Astrodynamics Project, a still in progress joint effort between several developers.

What’s the future of the project?

poliastro is actively maintained and will receive bug fixes and releases in 2017, maintaining its focus on interplanetary applications. Expect better algorithms, easier 3D plotting and optimization techniques. The best way to get an idea of the roadmap is to check the Kanban board at Waffle.io (see Contributing).

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

poliastro-0.6.0.tar.gz (968.7 kB view details)

Uploaded Source

Built Distribution

poliastro-0.6.0-py3-none-any.whl (45.9 kB view details)

Uploaded Python 3

File details

Details for the file poliastro-0.6.0.tar.gz.

File metadata

  • Download URL: poliastro-0.6.0.tar.gz
  • Upload date:
  • Size: 968.7 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for poliastro-0.6.0.tar.gz
Algorithm Hash digest
SHA256 07f34f29e6c470436979dd84cf15b33c0e6033388cd5b1a12c0f5c969afaf7d4
MD5 be0ef61cf3b0285272f8c02e899a5a05
BLAKE2b-256 b21912bfff8a233261ca60c2d347c3304cbb71cf1ffc51d8bbefe558fbd7e1ad

See more details on using hashes here.

File details

Details for the file poliastro-0.6.0-py3-none-any.whl.

File metadata

File hashes

Hashes for poliastro-0.6.0-py3-none-any.whl
Algorithm Hash digest
SHA256 c5c66fdccec9bf5b07a2fdbfb3979a9d501e2e8a337670f494eade3a244a26e9
MD5 eb1396e3673c13fb4744a948e8bf68e9
BLAKE2b-256 6e15519af44858e7929224108d68f919994a0e56bd7482869db0d91e52bb7e1a

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page