WISE NEA/COMET DISCOVERY STATISTICS
National Aeronautics and Space Administration
@usgov.nasa_gov_wise_nea_comet_discovery_statistics
National Aeronautics and Space Administration
@usgov.nasa_gov_wise_nea_comet_discovery_statistics
These tables show discovery statistics for NEAs and comets discovered by NASA's WISE mission - now renamed to NEOWISE. The first small table shows the number of NEAs, PHAs (a sub-group of NEAs), and comets discovered to-date (within a day or two). The second table shows each object discovered, sorted by designation, with selected parameters describing the object's orbit.
http://neo.jpl.nasa.gov/stats/wise/
Organization: National Aeronautics and Space Administration
Last updated: 2025-05-31T07:37:15.198351
Tags: airburstvisual, data-visualization, intermediate, model, outerspace, platform, spaceapps
CREATE TABLE table_1 (
"designation" VARCHAR,
"discovery_date_yyyy_mm_dd" TIMESTAMP,
"h_mag" DOUBLE -- H (mag),
"moid_au" DOUBLE -- MOID (AU),
"q_au" DOUBLE -- Q (AU),
"q_au_a0cbe4" DOUBLE -- Q (AU),
"period_yr" DOUBLE -- Period (yr),
"i_deg" DOUBLE -- I (deg),
"pha" VARCHAR,
"orbit_class" VARCHAR
);Anyone who has the link will be able to view this.