Pyorbital is a Python library for orbital mechanics and satellite pass prediction. It provides tools to compute satellite positions, orbit propagation, and ground track calculations. Current version is 1.12.1, with a stable release cadence.
pip install pyorbitalNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Create an Orbital object for a satellite (e.g., ISS) and compute its current longitude, latitude, and altitude.
Use the exact name from the TLE catalog.
Upgrade Python to 3.10+ or pin pyorbital<1.12.0.
Use 'get_observer_look' instead.
Provide local TLE file via Orbital('ISS (ZARYA)', line1='...', line2='...').Check exact name at Celestrak; use Orbital('ISS (ZARYA)') with proper casing.No dependency data recorded yet.
No resource links recorded.