juliensimon commited on
Commit
6417495
·
verified ·
1 Parent(s): 939c0af

Update Parker Solar Probe encounters: 24 perihelia + 7 Venus flybys, closest approach 9.86 R_sun

Browse files
README.md ADDED
@@ -0,0 +1,157 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: cc-by-4.0
3
+ pretty_name: "Parker Solar Probe Encounter Timeline"
4
+ language:
5
+ - en
6
+ description: "Complete mission timeline for NASA's Parker Solar Probe — the first spacecraft to \"touch\" the Sun's corona and the fastest human-made object ever built. Compiled from JHU APL mission documents and the"
7
+ task_categories:
8
+ - tabular-classification
9
+ - time-series-forecasting
10
+ tags:
11
+ - space
12
+ - heliophysics
13
+ - parker-solar-probe
14
+ - psp
15
+ - nasa
16
+ - sun
17
+ - corona
18
+ - solar-wind
19
+ - spacecraft
20
+ - mission-timeline
21
+ - encounters
22
+ - open-data
23
+ - tabular-data
24
+ - parquet
25
+ size_categories:
26
+ - n<1K
27
+ configs:
28
+ - config_name: default
29
+ data_files:
30
+ - split: train
31
+ path: data/parker_solar_probe_encounters.parquet
32
+ default: true
33
+ ---
34
+
35
+ # Parker Solar Probe Encounter Timeline
36
+
37
+
38
+ <div align="center">
39
+ <img src="banner.jpg" alt="The Sun captured by NASA's Solar Dynamics Observatory — Parker Solar Probe's target" width="400">
40
+ <p><em>Credit: NASA/SDO</em></p>
41
+ </div>
42
+
43
+
44
+ *Part of a [dataset collection](https://huggingface.co/collections/juliensimon/space-weather-datasets-69c24cae98f1666f2101ca70) on Hugging Face.*
45
+
46
+ ## Dataset description
47
+
48
+ Complete mission timeline for NASA's Parker Solar Probe — the first spacecraft to "touch" the Sun's corona and the fastest human-made object ever built. Compiled from JHU APL mission documents and the Fox et al. 2016 mission design paper (Space Sci. Rev. 204), with perihelion epochs cross-checked against JPL Horizons (object id -96).
49
+
50
+ The dataset covers all 24 nominal-mission perihelion encounters from E1 (November 6 2018, 35.66 R_sun) through E24 (June 19 2025, 9.86 R_sun), interleaved with the 7 Venus gravity assists (VGA-1 through VGA-7) that sequenced the spacecraft into seven progressively closer orbital phases. Each row records the event date and time in UTC, perihelion distance (in solar radii, million km, and AU), heliocentric speed at perihelion, mission phase identifier, and Venus flyby altitude where applicable.
51
+
52
+ The historic December 24 2024 perihelion (E22) brought the spacecraft to 9.86 R_sun (6.86 million km) from the Sun's photosphere at 191.8 km/s — about 691,000 km/h — making it the closest and fastest solar approach ever achieved. This encounter and the two subsequent Phase 7 perihelions in 2025 completed the seven-year primary mission. Use this dataset alongside juliensimon/spacex-launches and juliensimon/blue-origin-launches for mission-cadence comparisons, with juliensimon/sunspot and juliensimon/solar-flares for solar-activity context, and with juliensimon/donki for direct correlation of Parker observations against catalogued space weather events.
53
+
54
+ This dataset is suitable for **tabular classification, time-series forecasting** tasks.
55
+
56
+ ## Schema
57
+
58
+ | Column | Type | Description | Sample | Null % |
59
+ |--------|------|-------------|--------|--------|
60
+ | `event_type` | str | Event category: 'perihelion' for one of the 24 nominal-mission solar encounters, 'venus_flyby' for one of the 7 Venus gravity assists that lowered perihelion altitude | venus_flyby | 0.0% |
61
+ | `sequence_number` | int64 | Encounter number (E1-E24) for perihelions or Venus flyby number (VGA-1 through VGA-7) within its event_type | 1 | 0.0% |
62
+ | `event_label` | str | Human-readable label such as 'E1' for encounter 1 or 'VGA-3' for the third Venus gravity assist | VGA-1 | 0.0% |
63
+ | `event_datetime_utc` | datetime64[us] | Event date and time in UTC (perihelion epoch for encounters, closest-approach time for flybys); minute-precision values are taken from JHU APL mission planning publications | 2018-10-03 08:44:00 | 0.0% |
64
+ | `event_year` | int64 | Calendar year of the event (integer, derived from event_datetime_utc) | 2018 | 0.0% |
65
+ | `perihelion_distance_rsun` | float64 | Heliocentric distance at perihelion in solar radii (R_sun = 695,700 km); null for Venus flybys; ranges from 35.66 R_sun in Phase 1 down to 9.86 R_sun for the post-VGA-7 final phase | 35.66 | 22.6% |
66
+ | `perihelion_distance_million_km` | float64 | Heliocentric distance at perihelion in millions of kilometers; null for Venus flybys; the December 24 2024 closest approach was 6.86 million km from the photosphere | 24.81 | 22.6% |
67
+ | `perihelion_distance_au` | float64 | Heliocentric distance at perihelion in astronomical units (1 AU = 149,597,870.7 km); null for Venus flybys | 0.16583566252591053 | 22.6% |
68
+ | `perihelion_speed_kms` | float64 | Heliocentric speed at perihelion in km/s; null for Venus flybys; the spacecraft is the fastest human-made object ever, reaching ~191.8 km/s (~691,000 km/h) during Phase 7 perihelions | 95.3 | 22.6% |
69
+ | `venus_flyby_altitude_km` | float64 | Closest-approach altitude above Venus's mean surface in kilometers; null for perihelion encounters; ranges from 317 km (VGA-7, the final and lowest-altitude assist) to 3,939 km (VGA-6) | 2548.0 | 77.4% |
70
+ | `venus_flyby_direction` | str | Trajectory direction relative to Venus orbit at flyby: 'Inbound' (decelerating into a smaller orbit) or 'Outbound' (departing for a new perihelion); null for perihelion encounters | Inbound | 77.4% |
71
+ | `mission_phase` | str | Orbital phase identifier: Phase 1 (post-launch through VGA-2), Phase 2 (after VGA-2, perihelion ~27.85 R_sun), Phase 3 (after VGA-3, ~20.34 R_sun), Phase 4 (after VGA-4, ~15.97 R_sun), Phase 5 (after VGA-5, ~13.28 R_sun, eight encounters), Phase 6 (after VGA-6, ~11.43 R_sun), Phase 7 (after VGA-7, ~9.86 R_sun, final phase) | Phase 1 | 22.6% |
72
+ | `preceding_venus_flyby` | str | For perihelion encounters that immediately followed a Venus gravity assist, the label of that flyby (e.g. 'VGA-2'); null for encounters within an established phase and for the flyby rows themselves | VGA-2 | 80.6% |
73
+
74
+ ## Quick stats
75
+
76
+ - **24** perihelion encounters (E1 through E24) plus **7** Venus gravity assists across **7 years** of nominal mission
77
+ - **Closest approach: 9.86 R_sun** (6.86 million km) on December 24 2024 — the closest any spacecraft has ever come to the Sun
78
+ - **Fastest perihelion speed: 191.8 km/s** (~690,480 km/h) — the highest speed ever achieved by a human-made object
79
+ - **Lowest Venus flyby altitude: 317 km** (VGA-7, November 6 2024) — final gravity assist that placed the spacecraft into Phase 7
80
+ - Mission organized into **7 orbital phases** keyed to the 7 Venus gravity assists, with perihelion altitude stepping down from 35.66 to 9.86 R_sun
81
+
82
+ ## Usage
83
+
84
+ ```python
85
+ from datasets import load_dataset
86
+
87
+ ds = load_dataset("juliensimon/parker-solar-probe-encounters", split="train")
88
+ df = ds.to_pandas()
89
+ ```
90
+
91
+ ```python
92
+ from datasets import load_dataset
93
+ import matplotlib.pyplot as plt
94
+
95
+ df = load_dataset("juliensimon/parker-solar-probe-encounters", split="train").to_pandas()
96
+
97
+ # Plot perihelion altitude over time, color-coded by mission phase
98
+ peri = df[df["event_type"] == "perihelion"]
99
+ fig, ax = plt.subplots(figsize=(12, 5))
100
+ for phase, sub in peri.groupby("mission_phase"):
101
+ ax.scatter(sub["event_datetime_utc"], sub["perihelion_distance_rsun"],
102
+ label=phase, s=80)
103
+ # Overlay Venus flybys as vertical lines
104
+ for _, row in df[df["event_type"] == "venus_flyby"].iterrows():
105
+ ax.axvline(row["event_datetime_utc"], color="grey", alpha=0.4, linestyle="--")
106
+ ax.set_ylabel("Perihelion distance (R_sun)")
107
+ ax.set_title("Parker Solar Probe — perihelion altitude across mission phases")
108
+ ax.invert_yaxis() # closer = lower
109
+ ax.legend(title="Mission phase", ncol=2)
110
+ plt.tight_layout()
111
+ plt.show()
112
+
113
+ # Highlight the historic E22 closest approach
114
+ e22 = peri[peri["sequence_number"] == 22].iloc[0]
115
+ print(f"E22: {e22['event_datetime_utc']:%Y-%m-%d %H:%M UTC} — "
116
+ f"{e22['perihelion_distance_rsun']:.2f} R_sun at {e22['perihelion_speed_kms']:.1f} km/s")
117
+ ```
118
+
119
+ ## Data source
120
+
121
+ https://parkersolarprobe.jhuapl.edu/Spacecraft/index.php
122
+
123
+ ## Related datasets
124
+
125
+ - [juliensimon/sunspot](https://huggingface.co/datasets/juliensimon/sunspot)
126
+
127
+ - [juliensimon/solar-flares](https://huggingface.co/datasets/juliensimon/solar-flares)
128
+
129
+ - [juliensimon/donki](https://huggingface.co/datasets/juliensimon/donki)
130
+
131
+ - [juliensimon/solar-wind](https://huggingface.co/datasets/juliensimon/solar-wind)
132
+
133
+ - [juliensimon/space-weather](https://huggingface.co/datasets/juliensimon/space-weather)
134
+
135
+ - [juliensimon/deep-space-probes](https://huggingface.co/datasets/juliensimon/deep-space-probes)
136
+
137
+ > If you find this dataset useful, please consider [giving it a like](https://huggingface.co/datasets/juliensimon/parker-solar-probe-encounters) on Hugging Face. It helps others discover it.
138
+
139
+ ## About the author
140
+
141
+ Created by [Julien Simon](https://julien.org) — AI Operating Partner at Fortino Capital. Part of the [Space Datasets](https://julien.org/datasets) collection.
142
+
143
+ ## Citation
144
+
145
+ ```bibtex
146
+ @dataset{parker_solar_probe_encounters,
147
+ title = {Parker Solar Probe Encounter Timeline},
148
+ author = {juliensimon},
149
+ year = {2026},
150
+ url = {https://huggingface.co/datasets/juliensimon/parker-solar-probe-encounters},
151
+ publisher = {Hugging Face}
152
+ }
153
+ ```
154
+
155
+ ## License
156
+
157
+ [CC-BY-4.0](https://creativecommons.org/licenses/by/4.0/)
banner.jpg ADDED

Git LFS Details

  • SHA256: efcd181c96364dc1c2654eff7a452da5ed4aae293c89a1ebbef7856e32c09fe1
  • Pointer size: 131 Bytes
  • Size of remote file: 158 kB
data/parker_solar_probe_encounters.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4eacaa9bd7be7d9dd4e88f416b58394827bbebb04a44bd0b5087d0f3ea986072
3
+ size 9902