Taylor658/titan-hohmann-transfer-orbit
๐ช Titan-Hohmann-Transfer-Orbit Dataset ๐ฐ๏ธ A 700-row synthetic dataset simulating an interplanetary mission to Titan using Hall Effect electric propulsion and gravity assists, from Earth departure through Titan orbital insertion. โ ๏ธ Disclaimer: All values are synthetically generated from simplified orbital mechanics models. This is not flight data and is not suitable for mission planning. ๐ At a Glance ๐ข Rows 700 ๐ Columns 18 ๐งฌโฆ See the full description on the dataset page: https://huggingface.co/datasets/Taylor658/titan-hohmann-transfer-orbit.
๐ช Titan-Hohmann-Transfer-Orbit Dataset
๐ฐ๏ธ A 700-row synthetic dataset simulating an interplanetary mission to Titan using Hall Effect electric propulsion and gravity assists, from Earth departure through Titan orbital insertion.
โ ๏ธ Disclaimer: All values are synthetically generated from simplified orbital mechanics models. This is not flight data and is not suitable for mission planning.
๐ At a Glance
๐ Dataset Summary
The Titan-Hohmann-Transfer-Orbit dataset simulates an interplanetary mission to Titan using electric propulsion and gravity assist techniques. It is designed for:
- ๐งญ Trajectory optimization algorithm development
- โก Electric propulsion system modeling
- ๐ฒ Mission risk assessment exercises
- ๐ค Model training and evaluation for aerospace and trajectory decision-support systems
๐ธ Mission Profile
- ๐ Earth Departure: The spaceprobe departs Earth orbit on a launch vehicle and enters a heliocentric transfer trajectory.
- ๐ช Gravity Assist Phase: Planetary flybys (e.g., Jupiter) shape the trajectory toward Saturn and Titan.
- โ๏ธ Heliocentric Cruise: Extended low-thrust arcs using Hall Effect thrusters refine the trajectory.
- ๐ฐ๏ธ Titan Arrival: Orbital insertion, followed by Part Two of the mission profile: Entry, Descent, and Landing (EDL) of floating probes to study Kraken Mare, Titan's largest methane sea, and EDL of a communication relay near Kraken Mare to link the probes with Earth.
๐๏ธ Dataset Structure
๐ก Usage
๐ Load the Dataset
from datasets import load_dataset
dataset = load_dataset("Taylor658/titan-hohmann-transfer-orbit", split="train")
print(dataset[0])๐ฏ Intended Usage
- ๐ Time series and tabular modeling of interplanetary trajectories
- ๐งญ Synthetic orbital analysis: gravity assists, electric propulsion, and mission design principles
- ๐งช Benchmarking trajectory prediction against closed-form Hohmann and patched-conic solutions
- ๐ Companion resources: the Titan-Hohmann fine-tuned model and the HohmannHET physics library
โ ๏ธ Limitations
๐งฌ Synthetic Content
- All rows are generated from simplified orbital mechanics and propulsion models
- Values do not correspond to any flown or planned mission
๐ Physics Simplifications
- Two-body and patched-conic assumptions; no full n-body integration
- Thruster performance is idealized; no degradation or power-limiting effects
๐ฆ Scale
- 700 rows is sufficient for prototyping and evaluation, not for training large models from scratch
๐ซ Not for Mission Planning
- Outputs must be validated against a flight-qualified astrodynamics toolchain before any operational use
๐ Citation
@dataset{titan_hohmann_transfer_orbit_2026,
title={{Titan-Hohmann-Transfer-Orbit Synthetic Dataset}},
author={Taylor, A.},
howpublished={\url{https://huggingface.co/datasets/Taylor658/titan-hohmann-transfer-orbit}},
year={2026},
note={Synthetic dataset simulating an interplanetary mission to Titan.}
}๐งโ๐ป Contributing
- ๐ฌ Open a Discussion to request additional mission segments, propulsion models, or target bodies
๐จโ๐ Author: A Taylor ยท ๐ค Hugging Face: hf.co/Taylor658 ยท ๐ GitHub: ATaylorAerospace
