Datasets:
Update Mars rover images: 500,320 total (250,160 Perseverance, 250,160 Curiosity)
Browse files- README.md +4 -4
- data/mars_rover_images.parquet +2 -2
README.md
CHANGED
|
@@ -51,7 +51,7 @@ This dataset is suitable for **tabular classification** tasks.
|
|
| 51 |
| Column | Type | Description | Sample | Null % |
|
| 52 |
|--------|------|-------------|--------|--------|
|
| 53 |
| `id` | Int64 | NASA-assigned unique integer image ID; monotonically increasing per mission | 1376809 | 0.0% |
|
| 54 |
-
| `mission` | str | Mission identifier: "mars2020" (Perseverance, Jezero Crater, landed Feb 18 2021) or "msl" (Curiosity, Gale Crater, landed Aug 6 2012) |
|
| 55 |
| `sol` | Int64 | Martian solar day since rover landing (sol 0 = landing date, ~1.0275 Earth days per sol) | 4305 | 0.0% |
|
| 56 |
| `instrument` | str | Camera instrument name (e.g. "FRONT_HAZCAM_LEFT_A", "NAVCAM_LEFT", "MCZ_RIGHT", "MASTCAM_LEFT"; null rare) | MAST_RIGHT | 0.0% |
|
| 57 |
| `date_taken` | str | UTC datetime when image was captured on Mars | 2024-09-15T09:31:32.000Z | 0.0% |
|
|
@@ -71,9 +71,9 @@ This dataset is suitable for **tabular classification** tasks.
|
|
| 71 |
|
| 72 |
## Quick stats
|
| 73 |
|
| 74 |
-
- **
|
| 75 |
-
- **
|
| 76 |
-
- **
|
| 77 |
- **11** camera instruments
|
| 78 |
|
| 79 |
## Usage
|
|
|
|
| 51 |
| Column | Type | Description | Sample | Null % |
|
| 52 |
|--------|------|-------------|--------|--------|
|
| 53 |
| `id` | Int64 | NASA-assigned unique integer image ID; monotonically increasing per mission | 1376809 | 0.0% |
|
| 54 |
+
| `mission` | str | Mission identifier: "mars2020" (Perseverance, Jezero Crater, landed Feb 18 2021) or "msl" (Curiosity, Gale Crater, landed Aug 6 2012) | mars2020 | 0.0% |
|
| 55 |
| `sol` | Int64 | Martian solar day since rover landing (sol 0 = landing date, ~1.0275 Earth days per sol) | 4305 | 0.0% |
|
| 56 |
| `instrument` | str | Camera instrument name (e.g. "FRONT_HAZCAM_LEFT_A", "NAVCAM_LEFT", "MCZ_RIGHT", "MASTCAM_LEFT"; null rare) | MAST_RIGHT | 0.0% |
|
| 57 |
| `date_taken` | str | UTC datetime when image was captured on Mars | 2024-09-15T09:31:32.000Z | 0.0% |
|
|
|
|
| 71 |
|
| 72 |
## Quick stats
|
| 73 |
|
| 74 |
+
- **500,320** total images
|
| 75 |
+
- **250,160** Perseverance images (through sol 4,987)
|
| 76 |
+
- **250,160** Curiosity images (through sol 4,987)
|
| 77 |
- **11** camera instruments
|
| 78 |
|
| 79 |
## Usage
|
data/mars_rover_images.parquet
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:a457960dd2d2e05fecc1783de3a1dc64e5c18beb08a82f6143e741633fc667aa
|
| 3 |
+
size 5563645
|