Skip to content
View boinor's full-sized avatar

Block or report boinor

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. Markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
boinor/README.md

boinor Logo

Name Website Authors Maintainers Version
boinor https://www.boinor.space Thorsten Alteholz orcid_badge boinor development team 0.20.0

boinor_badge CircleCI_badge license_badge python_badge pre_commit_badge code_badge pypi_badge mailing_badge docs_badge coverage_badge doi_badge FAIR checklist badge astropy_badge

boinor is an open source (MIT) pure Python library for interactive Astrodynamics and Orbital Mechanics, with a focus on ease of use, speed, and quick visualization. It provides a simple and intuitive API, and handles physical quantities with units.

Some features include orbit propagation, solution of the Lambert's problem, conversion between position and velocity vectors and classical orbital elements and orbit plotting, among others. It focuses on interplanetary applications, but can also be used to analyze artificial satellites in Low-Earth Orbit (LEO).

If you use boinor on your project, please let us know. Use the DOI to cite boinor in your publications:

Thorsten Alteholz, et al.. (2025). boinor: boinor 0.20.0. Zenodo. 10.5281/zenodo.12809724

Multiple examples image

Requirements

boinor requires the following Python packages:

  • numpy for basic numerical routines
  • astropy for physical units and time handling
  • numba for accelerating the code
  • jplephem for the planetary ephemerides using SPICE kernels
  • matplotlib for orbit plotting
  • plotly for 2D and 3D interactive orbit plotting
  • scipy for root finding and numerical propagation
  • pandas for loading and processing data
  • vispy for 3D visualization of DSK kernels
  • spiceypy for SPICE kernel handling

boinor is supported on Linux, macOS and Windows on Python 3.10 to 3.13.

Installation

Multiple installation methods are supported by boinor, including:

Logo Platform Command
PyPI logo PyPI python -m pip install boinor
Conda Forge logo Conda Forge conda install boinor --channel conda-forge
GitHub logo GitHub python -m pip install https://github.com/boinor/boinor/archive/main.zip

For other installation methods, see the alternative installation methods.

Documentation

Complete documentation, including a quickstart guide and an API reference, can be read on the wonderful Read the Docs. Multi-version documentation includes:

Examples, background and talks

There is a great variety of examples demostrating the capabilities of boinor. Examples can be accessed in various ways:

License

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

The MIT License (MIT)

Copyright (c) 2012-2023 Juan Luis Cano Rodríguez, Jorge Martínez Garrido, and the poliastro development team
Copyright (c) 2024-2025 Thorsten Alteholz, and the boinor development team

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.

If you are planning to use boinor with commercial purposes consider sponsoring the project.

Problems and suggestions

If for any reason you get an unexpected error message or an incorrect result, or you want to let the developers know about your use case, please open a new issue in the issue tracker and we will try to answer promptly.

Contributing and community support

This project exists thanks to all the people who contribute! boinor is a community project, hence all contributions are more than welcome! For more information, head to the CONTRIBUTING.md file.

Release announcements and general discussion take place on our mailing list.

Backers and sponsors

boinor requires finnacial support to mantain its high quality standars. The money is used to renew the web domain and updating the documentation hosting subscription among others. Please let us know if you would like to support boinor. Thanks to all our sponsors!

Frequently asked questions

  • What's up with the name?

    boinor comes from BOdies IN ORbit.

  • Is boinor validated?

    Yes! boinor is a community project that strives to be easy to use, while at the same time producing correct results that are validated against other commonly used Astrodynamics software such as GMAT and Orekit.

  • Can I suggest new features for boinor?

    Sure, we encourage you to open an issue so we can discuss future feature additions!

  • What's the future of the project?

    boinor is actively maintained

Popular repositories Loading

  1. boinor boinor Public

    boinor - 🚀 Astrodynamics in Python

    Python 21 5

  2. boinor.github.io boinor.github.io Public

    boinor website

    HTML

  3. staged-recipes staged-recipes Public

    Forked from conda-forge/staged-recipes

    A place to submit conda recipes before they become fully fledged conda-forge feedstocks

    Python

  4. validation validation Public

    Validation of boinor against external software.

    MATLAB 1

  5. dependabot dependabot Public template

    Forked from dependabot/demo

    🤖 Fork me to try out Dependabot

    Ruby