Near-Earth Asteroids
@owid.near_earth_asteroids
@owid.near_earth_asteroids
The NASA Center for Near-Earth Objects Studies (CNEOS) maintains a catalog of all Near-Earth Asteroids known to date. A near-Earth asteroid is an asteroid whose orbit brings it into proximity with Earth. By convention, a Solar System body is considered "near Earth" if its closest approach to the Sun is less than 1.3 astronomical units (AU).
CREATE TABLE owid_near_earth_asteroids_1 (
"country" VARCHAR,
"year" INTEGER,
"larger_than_1km" INTEGER,
"between_140m_and_1km" INTEGER,
"smaller_than_140m" INTEGER
);CREATE TABLE owid_near_earth_asteroids_2 (
"country" VARCHAR,
"year" INTEGER,
"larger_than_1km" INTEGER,
"between_140m_and_1km" INTEGER,
"smaller_than_140m" INTEGER
);Anyone who has the link will be able to view this.