Pulsar4xDevs / Pulsar4x

A Fan work recreation of Aurora4x in C#
Other
159 stars 67 forks source link

Expand the Sol StarSystem #274

Open se5a opened 4 years ago

se5a commented 4 years ago

I've put this off for a long time, I think doing this manually is a horrible way to do it. I think we can grab data from https://ssd.jpl.nasa.gov/?horizons and reformat it into our JSON format then import that into the game. This would give the advantage of accurate asteroids, (at least for a given epoch).

JLTUM commented 4 years ago

You could probably use python to make an output file for this using the plugin astropy it includes different ephemeris from JPL

agm-114 commented 4 years ago

The main issue atm is the the fact that system data isn't read from json/hjson.

22367rh commented 4 years ago

297 includes at least more of Sol filled out and provides a nicer class format we could use and auto generate class files from those in the required format.

Not as scalable as using Json but would be a fair start.