juliensimon commited on
Commit
433e204
·
verified ·
1 Parent(s): 1b5de22

Upload SsODNet asteroid properties: 1,487,300 objects

Browse files
README.md ADDED
@@ -0,0 +1,169 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: cc-by-4.0
3
+ pretty_name: "SsODNet Asteroid Physical Properties"
4
+ language:
5
+ - en
6
+ description: "Physical and orbital properties for 1,487,300 asteroids from IMCCE SsODNet — diameters, albedos, taxonomy, masses, densities, and rotation periods compiled from published literature."
7
+ task_categories:
8
+ - tabular-classification
9
+ - tabular-regression
10
+ tags:
11
+ - space
12
+ - asteroids
13
+ - physical-properties
14
+ - imcce
15
+ - orbital-mechanics
16
+ - open-data
17
+ - tabular-data
18
+ size_categories:
19
+ - 1M<n<10M
20
+ configs:
21
+ - config_name: default
22
+ data_files:
23
+ - split: train
24
+ path: data/ssodnet_asteroid_properties.parquet
25
+ default: true
26
+ ---
27
+
28
+ # SsODNet Asteroid Physical Properties
29
+
30
+ *Part of the [Orbital Mechanics Datasets](https://huggingface.co/collections/juliensimon/orbital-mechanics-datasets-69c24caca4ab3934c9856994) collection on Hugging Face.*
31
+
32
+ Physical and dynamical properties of **1,487,300** asteroids and dwarf planets from the
33
+ IMCCE (Paris Observatory) Solar System Open Database Network (SsODNet). This is the most
34
+ comprehensive asteroid characterization catalog available, compiling best estimates from
35
+ thousands of published studies.
36
+
37
+ ## Dataset description
38
+
39
+ SsODNet aggregates physical property measurements from the astronomical literature into
40
+ a single, curated "best estimates" flat table (ssoBFT). For each asteroid, IMCCE selects
41
+ the most reliable published value for each property using a transparent ranking scheme.
42
+ Properties include diameters, albedos, taxonomic classifications, masses, densities,
43
+ rotation periods, and thermal inertia — alongside orbital elements and dynamical family
44
+ memberships.
45
+
46
+ The fill factor varies by property: orbital elements are available for nearly all objects,
47
+ while physical measurements like mass (429 objects) and density
48
+ (468 objects) are known for far fewer.
49
+
50
+ ## Schema
51
+
52
+ | Column | Type | Description |
53
+ |--------|------|-------------|
54
+ | `sso_id` | string | SsODNet unique identifier |
55
+ | `sso_number` | Int64 | IAU asteroid catalog number (null for unnumbered) |
56
+ | `sso_name` | string | IAU name (null if unnamed) |
57
+ | `sso_type` | string | Object type (Asteroid, Dwarf Planet, etc.) |
58
+ | `sso_class` | string | Dynamical class (MB, NEA, Trojan, Centaur, KBO, etc.) |
59
+ | `semi_major_axis_au` | float64 | Orbital semi-major axis (AU) |
60
+ | `eccentricity` | float64 | Orbital eccentricity |
61
+ | `inclination_deg` | float64 | Orbital inclination (degrees) |
62
+ | `orbital_period_yr` | float64 | Orbital period (years) |
63
+ | `periapsis_distance_au` | float64 | Perihelion distance (AU) |
64
+ | `apoapsis_distance_au` | float64 | Aphelion distance (AU) |
65
+ | `tisserand_jupiter` | float64 | Tisserand parameter w.r.t. Jupiter |
66
+ | `family_number` | Int64 | Dynamical family number |
67
+ | `family_name` | string | Dynamical family name |
68
+ | `family_status` | string | Family membership status |
69
+ | `absolute_magnitude` | float64 | Absolute magnitude H (best estimate) |
70
+ | `absolute_magnitude_err_min` | float64 | H magnitude lower error bound |
71
+ | `absolute_magnitude_err_max` | float64 | H magnitude upper error bound |
72
+ | `diameter_km` | float64 | Effective diameter (km, best estimate) |
73
+ | `diameter_err_min_km` | float64 | Diameter lower error bound (km) |
74
+ | `diameter_err_max_km` | float64 | Diameter upper error bound (km) |
75
+ | `albedo` | float64 | Geometric albedo (best estimate) |
76
+ | `albedo_err_min` | float64 | Albedo lower error bound |
77
+ | `albedo_err_max` | float64 | Albedo upper error bound |
78
+ | `mass_kg` | float64 | Mass (kg, best estimate) |
79
+ | `mass_err_min_kg` | float64 | Mass lower error bound (kg) |
80
+ | `mass_err_max_kg` | float64 | Mass upper error bound (kg) |
81
+ | `density_g_cm3` | float64 | Bulk density (g/cm3, best estimate) |
82
+ | `density_err_min_g_cm3` | float64 | Density lower error bound (g/cm3) |
83
+ | `density_err_max_g_cm3` | float64 | Density upper error bound (g/cm3) |
84
+ | `taxonomy_class` | string | Taxonomic class (e.g., S, C, X, V) |
85
+ | `taxonomy_complex` | string | Taxonomic complex (e.g., S-complex, C-complex) |
86
+ | `taxonomy_scheme` | string | Classification scheme (Bus-DeMeo, Tholen, etc.) |
87
+ | `taxonomy_waverange` | string | Wavelength range used for classification |
88
+ | `taxonomy_technique` | string | Technique used for classification |
89
+ | `thermal_inertia` | float64 | Thermal inertia (J m-2 s-0.5 K-1) |
90
+ | `thermal_inertia_err_min` | float64 | Thermal inertia lower error bound |
91
+ | `thermal_inertia_err_max` | float64 | Thermal inertia upper error bound |
92
+ | `rotation_period_h` | float64 | Rotation period (hours, best estimate) |
93
+ | `rotation_period_err_min_h` | float64 | Rotation period lower error bound (hours) |
94
+ | `rotation_period_err_max_h` | float64 | Rotation period upper error bound (hours) |
95
+ | `moid_earth_au` | float64 | Minimum orbit intersection distance with Earth (AU) |
96
+
97
+ ## Quick stats
98
+
99
+ - **1,487,300** asteroids and dwarf planets
100
+ - **149,496** with measured diameter
101
+ - **149,497** with measured albedo
102
+ - **170,933** with taxonomic classification
103
+ - **429** with mass estimate
104
+ - **468** with density estimate
105
+ - **51,005** with rotation period
106
+ - **255,987** with dynamical family assignment
107
+
108
+ ## Usage
109
+
110
+ ```python
111
+ from datasets import load_dataset
112
+
113
+ ds = load_dataset("juliensimon/ssodnet-asteroid-properties", split="train")
114
+ df = ds.to_pandas()
115
+
116
+ # Taxonomy distribution
117
+ df["taxonomy_class"].value_counts().head(10)
118
+
119
+ # Large asteroids with known density
120
+ dense = df[df["density_g_cm3"].notna() & (df["diameter_km"] > 100)]
121
+ dense[["sso_name", "diameter_km", "density_g_cm3", "taxonomy_class"]].sort_values(
122
+ "diameter_km", ascending=False
123
+ )
124
+
125
+ # Near-Earth asteroids sorted by MOID
126
+ neas = df[df["sso_class"] == "NEA"].sort_values("moid_earth_au")
127
+ neas[["sso_name", "diameter_km", "moid_earth_au", "albedo"]].head(20)
128
+
129
+ # Diameter vs albedo by taxonomy
130
+ import matplotlib.pyplot as plt
131
+ sample = df.dropna(subset=["diameter_km", "albedo", "taxonomy_complex"])
132
+ for cpx, grp in sample.groupby("taxonomy_complex"):
133
+ plt.scatter(grp["diameter_km"], grp["albedo"], s=1, alpha=0.4, label=cpx)
134
+ plt.xscale("log")
135
+ plt.xlabel("Diameter (km)")
136
+ plt.ylabel("Albedo")
137
+ plt.legend(fontsize=7)
138
+ ```
139
+
140
+ ## Data source
141
+
142
+ [IMCCE SsODNet — Solar System Open Database Network](https://ssp.imcce.fr/webservices/ssodnet/)
143
+
144
+ The ssoBFT (Best Flat Table) compiles best estimates of physical and dynamical properties
145
+ for all known asteroids and dwarf planets. Data originates from thousands of peer-reviewed
146
+ publications, curated by IMCCE (Paris Observatory). See Berthier et al. (2023),
147
+ "SsODNet: The Solar System Open Database Network",
148
+ [A&A 671, A151](https://doi.org/10.1051/0004-6361/202244878).
149
+
150
+ ## Pipeline
151
+
152
+ Source code: [juliensimon/space-datasets](https://github.com/juliensimon/space-datasets)
153
+
154
+ ## Citation
155
+
156
+ ```bibtex
157
+ @dataset{ssodnet_asteroid_properties,
158
+ author = {Simon, Julien},
159
+ title = {SsODNet Asteroid Physical Properties},
160
+ year = {2026},
161
+ publisher = {Hugging Face},
162
+ url = {https://huggingface.co/datasets/juliensimon/ssodnet-asteroid-properties},
163
+ note = {Based on IMCCE SsODNet ssoBFT, Berthier et al. (2023)}
164
+ }
165
+ ```
166
+
167
+ ## License
168
+
169
+ [CC-BY-4.0](https://creativecommons.org/licenses/by/4.0/)
data/ssodnet_asteroid_properties.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2942a20c07ffbb1ee3e58abcf23996ce380113d8cfe3200536828c67989f35b9
3
+ size 94304360