nixpulvis / galos

Elite: Dangerous Database and Tools
3 stars 0 forks source link

Bodies #1

Closed nixpulvis closed 2 years ago

nixpulvis commented 2 years ago

Each System can have many bodies of things like planets asteroid belts and so on. Furthermore, bodies themselves may have bodies which represent things like moons.

Cross check existing data sources for their formats, but most likely we'll end up doing something with a tree of orbital nodes and berry-centers, then assigning orbital bodies a center_node_id or something.

More details to follow. Work starting with the elite_journal (crate as always).

nixpulvis commented 2 years ago

Another branch will support body details (for both planets, stars, etc).