Coverage-optimized constellation design with Pareto front analysis:
python examples/trade_study.pyProduces optimized.csv with the Pareto-optimal satellite parameters.
Pre-generated constellation files — open directly in the target application:
| File | Application | How to use |
|---|---|---|
constellation.ubox |
Universe Sandbox | File > Open Simulation > select file |
constellation.sc |
SpaceEngine | Copy to addons/catalogs/ in SpaceEngine install dir, restart |
# Generate constellation and export to any format
humeris generate -i sim_old.json -o sim.json --export-ubox my_constellation.ubox
humeris generate -i sim_old.json -o sim.json --export-spaceengine my_constellation.sc
humeris generate -i sim_old.json -o sim.json --export-kml my_constellation.kmlSee Simulator Integrations for full setup instructions.