High level orbital mechanics package.
Project description
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()
Documentation
For more information, view the documentation online.
Project details
Release history Release notifications | RSS feed
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.2.zip
(22.1 kB
view details)
File details
Details for the file OrbitalPy-0.6.2.zip
.
File metadata
- Download URL: OrbitalPy-0.6.2.zip
- Upload date:
- Size: 22.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | abd1af1f6c0c606b0bb31849fd272c8e463960775d62739b92b966f7f06ab748 |
|
MD5 | 70af65618d60d8909cec8805c429abb1 |
|
BLAKE2b-256 | 253474377ed15f14a6249556f000582bb65efa42bfbd9e46eb4df3fd05337066 |