ginger-domination
This project is solving the Visualize the Asteroid Skies challenge. Description
For our project I initially wrote a parser for the MPCORB data. This is available at https://github.com/fredefox/visualize-asteroids
We later decided to do something else: We were faced with the difficult task of trying to understand the data-set and we were limited by this. We decided to make a visualization of the asteroids in the dataset. This visualization should show the relative orbits of the different asteroids.
This task can be broken up into the following parts:
- Draw ellipses with the correct parameters (major radius and eccentricity)
- Center the foci in one spot
- Rotate the ellipses so that their relative "orientation" are correct
- Rotate the orbital plane in the z-axis (giving a 3d-representation)
Additional ideas:
- Show a gradient from the comets current location to e.g it's position an hour ago.
We managed to implement the first two of these points. The project can be found here: https://github.com/fredefox/orbits
Color coding for the project:
- blue ellipse - earth orbit
- red ellipse - dangerous asteroids orbits
- orange ellipse - other asteroids orbits
Project Information
License: GNU General Public License version 3.0 (GPL-3.0)
Source Code/Project URL: https://github.com/fredefox/orbits
Resources
Parser - https://github.com/fredefox/visualize-asteroids