Skip to main content

High level orbital mechanics package.

Project description

Build Status PyPI Version Python Version MIT License

Orbital is a high level orbital mechanics package for Python.

Installation

$ pip install orbitalpy

Example

from orbital import KeplerianElements
from orbital.bodies import earth
from orbital.maneuver import Maneuver
from orbital.plotting import plot
from scipy.constants import kilo
import matplotlib.pyplot as plt

orbit = KeplerianElements.with_altitude(1000 * kilo, body=earth)
man = Maneuver.hohmann_transfer_to_altitude(10000 * kilo)
plot(orbit, title='Maneuver 1', maneuver=man)
plt.show()
Example plot

Example plot

Documentation

For more information, view the documentation online.

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

OrbitalPy-0.6.1.zip (22.1 kB view details)

Uploaded Source

File details

Details for the file OrbitalPy-0.6.1.zip.

File metadata

  • Download URL: OrbitalPy-0.6.1.zip
  • Upload date:
  • Size: 22.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for OrbitalPy-0.6.1.zip
Algorithm Hash digest
SHA256 2281ded6992086a4f401a83710b65cbc2b01c357580f9115e0a55b06382da588
MD5 00d5445adb007c2576b79d941a32f18e
BLAKE2b-256 c15e8d9a72583768fe381a3d598ec35e72a5b79864d49868a5c3bdbb32b34797

See more details on using hashes here.

Provenance

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