Crate astrora_core

Crate astrora_core 

Source
Expand description

Astrora Core - Rust-backed astrodynamics library

This crate provides high-performance orbital mechanics calculations with Python bindings via PyO3.

Formerly known as poliastro (archived 2023), astrora is a modern reimplementation with significant performance improvements.

Re-exports§

pub use core::PoliastroError;
pub use core::PoliastroResult;

Modules§

coordinates
Coordinate system transformations and reference frames
core
Core mathematical structures and utilities for orbital mechanics
maneuvers
Orbital maneuvers module
propagators
Orbit propagators and numerical integrators
satellite
Satellite Operations Module
utils
Utility functions and helpers