Baselight

NASA's Curiosity Rover Data Collection

🚀 Delving into the Red Planet: A Curiosity Rover Cosmic Expedition 🌌

@kaggle.harshitstark_nasas_curiosity_rover_data_collection

Loading...
Loading...

About this Dataset

NASA's Curiosity Rover Data Collection

Explore the Martian landscape through NASA's Curiosity Rover Data Collection! This comprehensive dataset offers a captivating glimpse into the Red Planet, featuring a treasure trove of high-resolution images, scientific observations, and geological discoveries captured by the Curiosity rover. Immerse yourself in the adventure of space exploration as you uncover the mysteries of Mars and delve into the remarkable findings brought to Earth by this pioneering robotic explorer.

Tables

Rover Photos

@kaggle.harshitstark_nasas_curiosity_rover_data_collection.rover_photos
  • 25.25 KB
  • 856 rows
  • 6 columns
Loading...

CREATE TABLE rover_photos (
  "id" BIGINT,
  "sol" BIGINT,
  "camera" VARCHAR,
  "img_src" VARCHAR,
  "earth_date" TIMESTAMP,
  "rover" VARCHAR
);

Rover Photos Metadata

@kaggle.harshitstark_nasas_curiosity_rover_data_collection.rover_photos_metadata
  • 13.48 KB
  • 856 rows
  • 4 columns
Loading...

CREATE TABLE rover_photos_metadata (
  "id" BIGINT,
  "camera" VARCHAR,
  "earth_date" TIMESTAMP,
  "image_path" VARCHAR
);

Share link

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