A model of all potentially hazardous NEOs based on their Keplerian elements.
The aim of the project is to visualize all of the currently known PHAs and
provide information for each individual visualized object on demand.
The data used in this project is from JPL's Small-Body Database. The following are the limits and output fields used to query the database:
- Limit by Object Group:
PHAs
,
Limit by Object Kind:asteroids
. - Output Fields:
object fullname
epoch.mjd
a
e
i
node
peri
M
n
Earth MOID
diameter
The current data used in the project is valid as of 02.10.2023.
- NEO orbit data: JPL's Small-Body Database (https://ssd.jpl.nasa.gov/tools/sbdb_query.html).
- Large object (planets) orbit data: Approximate Positions of the Planets, Table 2a (https://ssd.jpl.nasa.gov/planets/approx_pos.html).
- Large object (planets) diameters: List of Solar System objects by size on Wikipedia (https://en.wikipedia.org/wiki/List_of_Solar_System_objects_by_size#Larger_than_400_km).
- The algorithm used in Computation.PositionAtEccentricAnomaly: 2012rcampion on StackExchange Space (https://space.stackexchange.com/a/8915).