Baselight

All The Satellites In The Orbit

list of all active & inactive satellites currently in the orbit

@kaggle.kkhandekar_all_the_satellites_in_the_orbit

Loading...
Loading...

About this Dataset

All The Satellites In The Orbit

List of all the active & inactive satellites currently in the earth's orbit

This is a list of all the active and inactive satellites and sensors that are currently in earth's orbit. The list contains:

  • Name
  • Orbit Type
  • Orbit Height (Km)
  • Repeat Cycle (days)
  • Launched In
  • Out of service since
  • Organization

Note: this is completely a raw data and will need cleansing.

Tables

Allsatellites

@kaggle.kkhandekar_all_the_satellites_in_the_orbit.allsatellites
  • 12.68 KB
  • 337 rows
  • 7 columns
Loading...

CREATE TABLE allsatellites (
  "name" VARCHAR,
  "orbit_type" VARCHAR,
  "orbit_height_km" VARCHAR,
  "repeat_cycle_days" VARCHAR,
  "launched_in" VARCHAR,
  "out_of_service_since" VARCHAR,
  "organisation" VARCHAR
);

Share link

Anyone who has the link will be able to view this.