United Nations Outer Space Objects Index (V1)
19k+ objects launched into space (1957-2024)
@kaggle.laurenainsleyhaines_online_index_of_objects_launched_i_c26f2f85
19k+ objects launched into space (1957-2024)
@kaggle.laurenainsleyhaines_online_index_of_objects_launched_i_c26f2f85
Please refer to the updated version of this dataset.
This dataset contains information on over 18,000 objects launched into outer space since 1957.
The data was scraped from the United Nations "Online Index of Objects Launched into Outer Space" (OSOidx) web page.
The following script was used to scrape the data:
https://colab.research.google.com/drive/1j2fBsfGUnhcswCwGN1KKcMQMu9f6D4Rd?usp=sharing
Each CSV file is a full recreation of the dynamic table on the [OSOidx web page]((https://www.unoosa.org/oosa/osoindex/search-ng.jspx?lf_id=) as of the date specified after "Retrieved" in the file name.
Photo by SpaceX on Unsplash
CREATE TABLE united_nations_osoidx_retrieved_7_22_2024_by_lauren_haines (
"id" VARCHAR,
"uri" VARCHAR,
"values" VARCHAR,
"international_designator" VARCHAR,
"national_designator" VARCHAR,
"name_of_space_object" VARCHAR,
"state_organization" VARCHAR,
"date_of_launch" VARCHAR,
"gso_location" VARCHAR,
"un_registered" VARCHAR,
"registration_document" VARCHAR,
"other_documents" VARCHAR,
"status" VARCHAR,
"date_of_decay_or_change" VARCHAR,
"function_of_space_object" VARCHAR,
"secretariat_s_remarks" VARCHAR,
"external_website" VARCHAR
);
CREATE TABLE united_nations_osoidx_retrieved_9_4_2024_by_lauren_haines (
"id" VARCHAR,
"uri" VARCHAR,
"values" VARCHAR,
"international_designator" VARCHAR,
"national_designator" VARCHAR,
"name_of_space_object" VARCHAR,
"state_organization" VARCHAR,
"date_of_launch" VARCHAR,
"gso_location" VARCHAR,
"un_registered" VARCHAR,
"registration_document" VARCHAR,
"other_documents" VARCHAR,
"status" VARCHAR,
"date_of_decay_or_change" VARCHAR,
"function_of_space_object" VARCHAR,
"secretariat_s_remarks" VARCHAR,
"external_website" VARCHAR
);
Anyone who has the link will be able to view this.