A personal project made to visualize the orbits of Near-Earth Objects (NEOs). Provides additional features such as risk assesment, close approaches, and orbit propagation.
AstroField is an interactive app that tracks near-Earth asteroids in real-time, offering users stunning 3D visualizations of their orbits. It provides detailed information on each asteroid, including impact probabilities and close approaches, allowing users to explore the dynamics of these celestial bodies and stay updated on their paths. The app is designed for anyone curious about astronomy, space, or astrophysics. AstroField simplifies complex data by offering an easy-to-use 3D interface that visualizes asteroid positions from 1900 to 2100, making space exploration accessible and engaging for all users.
- We use 3js to render the asteroids in 3d space. The positional values of the asteroids are computed by using procedure proposed by Paul Schlyter.
- Orbits are visualized by finding locations of the body in equally spaced time over it's orbital period. A Catmull Rom curve is then generating to create it's orbit. This is why the orbits are uncertain near the Sun as they move faster there.
- One can search a specific body to add it's orbit to the 3d scene
- For every body, the following is provided to access its risk of impact:
- Palerno Scale Rating (Cum.)
- Torino Scale Rating (Max)
- Impact Probability (for the next 100 years)
- Number of Potential Impacts (for the next 100 years)
- For every body, the following is provided as general information:
- Diameter
- Orbital Period
- Rotational Period
- Orbit Producer
- Geometric Albedo
- For every body, the following is provided to access close approaches:
- Number of close approaches untill year 2100
- Next close approach date
- You can propagate the bodies in their orbit by using the timeline to select a specific date, or the speed bar to increase the speed
- Buttons are provided to pause the propagation as well as going back to the current date and time (live)
Here is a collection of images that showcase the features above
Work in Progress
- Python
- JS/HTML/CSS
- Three.js
- React.js
- React-Three-Fiber