Releases: ShipItAndPray/orbital-compute
Releases · ShipItAndPray/orbital-compute
v0.2.0 — Full Orbital Compute Toolkit
Highlights
- 24 Python modules covering orbital mechanics, power, thermal, scheduling, ISL, radiation, data pipeline, cost model, reliability, standards compliance
- 172 tests passing on Python 3.9-3.12
- Interactive web app at shipitandpray.github.io/orbital-compute
- K8s scheduler extender for orbit-aware pod placement
- Constellation designer — auto-design from requirements + budget
- Data pipeline proving 99% bandwidth savings with in-orbit processing
- 3 tutorials: Earth observation, Defense ISR, AI inference
Install
git clone https://github.com/ShipItAndPray/orbital-compute.git
cd orbital-compute
pip install -r requirements.txt
python -m orbital_computeQuick Demo
python demo.py # Full-stack demo
python -m orbital_compute.designer # Design a constellation
python -m orbital_compute.data_pipeline # 99% bandwidth savings proof