Datasets:
Update UCS satellite database: 7,560 satellites
Browse files- README.md +136 -0
- data/ucs_satellite_database.parquet +3 -0
README.md
ADDED
|
@@ -0,0 +1,136 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: cc-by-4.0
|
| 3 |
+
pretty_name: "UCS Satellite Database"
|
| 4 |
+
language:
|
| 5 |
+
- en
|
| 6 |
+
description: "Comprehensive database of active satellites maintained by the Union of Concerned Scientists, including orbital parameters, purpose, and ownership. Updated quarterly."
|
| 7 |
+
task_categories:
|
| 8 |
+
- tabular-classification
|
| 9 |
+
tags:
|
| 10 |
+
- space
|
| 11 |
+
- satellite
|
| 12 |
+
- orbit
|
| 13 |
+
- ucs
|
| 14 |
+
- launch
|
| 15 |
+
- open-data
|
| 16 |
+
- tabular-data
|
| 17 |
+
- parquet
|
| 18 |
+
size_categories:
|
| 19 |
+
- 1K<n<10K
|
| 20 |
+
configs:
|
| 21 |
+
- config_name: default
|
| 22 |
+
data_files:
|
| 23 |
+
- split: train
|
| 24 |
+
path: data/ucs_satellite_database.parquet
|
| 25 |
+
default: true
|
| 26 |
+
---
|
| 27 |
+
|
| 28 |
+
# UCS Satellite Database
|
| 29 |
+
|
| 30 |
+
*Part of the [Orbital Mechanics Datasets](https://huggingface.co/collections/juliensimon/orbital-mechanics-datasets-69c24caca4ab3934c9856994) collection on Hugging Face.*
|
| 31 |
+
|
| 32 |
+

|
| 33 |
+

|
| 34 |
+
|
| 35 |
+
The Union of Concerned Scientists (UCS) Satellite Database is the most comprehensive
|
| 36 |
+
publicly available database of operational satellites, currently tracking **7,560**
|
| 37 |
+
active satellites from 69 countries/organizations across 31 purpose categories.
|
| 38 |
+
|
| 39 |
+
## Dataset description
|
| 40 |
+
|
| 41 |
+
The UCS Satellite Database has been maintained since 2005 and is updated roughly quarterly.
|
| 42 |
+
It includes detailed information about each operational satellite: its name, country of
|
| 43 |
+
registry, operator, purpose (communications, Earth observation, navigation, scientific,
|
| 44 |
+
technology development, etc.), orbital parameters, launch details, and physical characteristics.
|
| 45 |
+
|
| 46 |
+
What makes the UCS database uniquely valuable is its focus on the "why" behind each satellite, not just the "where." While NORAD's SATCAT tracks orbital parameters and the TLE catalog provides ephemeris data, the UCS database adds the human layer: who operates each satellite, what it does, who pays for it, and what sector it serves. This makes it the go-to source for policy researchers studying the militarization of space, economists analyzing the satellite communications market, and journalists reporting on the growing commercial space industry. The database distinguishes between civil, commercial, government, and military users, and categorizes purposes from broadband communications to weather monitoring to signals intelligence.
|
| 47 |
+
|
| 48 |
+
The database captures the full diversity of the operational satellite population across all orbit regimes. LEO satellites (below 2,000 km) include Earth observation platforms, broadband mega-constellations, and scientific missions. MEO hosts navigation constellations like GPS and Galileo. GEO satellites at 35,786 km serve as communications relays, weather sentinels, and early warning platforms. Elliptical orbits like Molniya and Tundra provide high-latitude coverage for nations like Russia. Physical parameters such as launch mass, dry mass, and power output help characterize satellite capability classes, from 1-kg CubeSats to 6,000-kg GEO communications platforms.
|
| 49 |
+
|
| 50 |
+
Because the UCS database is curated by analysts rather than generated automatically from tracking data, it includes contextual information that no orbital catalog can provide -- contractor details, expected lifetime, and purpose classifications that require human judgment. This makes it an essential complement to the SATCAT and TLE datasets for any comprehensive analysis of the space environment.
|
| 51 |
+
|
| 52 |
+
## Schema
|
| 53 |
+
|
| 54 |
+
| Column | Type | Description |
|
| 55 |
+
|--------|------|-------------|
|
| 56 |
+
| `satellite_name` | string | Name of the satellite |
|
| 57 |
+
| `country_registry` | string | Country/organization of UN registry |
|
| 58 |
+
| `operator` | string | Satellite operator/owner |
|
| 59 |
+
| `users` | string | User category (civil, commercial, government, military) |
|
| 60 |
+
| `purpose` | string | Primary purpose |
|
| 61 |
+
| `detailed_purpose` | string | Detailed purpose description |
|
| 62 |
+
| `orbit_class` | string | Orbit class (LEO, MEO, GEO, Elliptical) |
|
| 63 |
+
| `orbit_type` | string | Orbit type |
|
| 64 |
+
| `perigee_km` | float64 | Perigee altitude (km) |
|
| 65 |
+
| `apogee_km` | float64 | Apogee altitude (km) |
|
| 66 |
+
| `inclination_deg` | float64 | Orbital inclination (degrees) |
|
| 67 |
+
| `period_minutes` | float64 | Orbital period (minutes) |
|
| 68 |
+
| `launch_mass_kg` | float64 | Launch mass (kg) |
|
| 69 |
+
| `launch_date` | string | Date of launch |
|
| 70 |
+
| `norad_id` | float64 | NORAD catalog number |
|
| 71 |
+
| `cospar_id` | string | COSPAR designation |
|
| 72 |
+
|
| 73 |
+
## Quick stats
|
| 74 |
+
|
| 75 |
+
- **7,560** active satellites
|
| 76 |
+
- **69** countries/organizations
|
| 77 |
+
- **31** purpose categories
|
| 78 |
+
- Orbit classes: LEO (6,767), GEO (590), MEO (143), Elliptical (59), LEo (1)
|
| 79 |
+
|
| 80 |
+
## Usage
|
| 81 |
+
|
| 82 |
+
```python
|
| 83 |
+
from datasets import load_dataset
|
| 84 |
+
|
| 85 |
+
ds = load_dataset("juliensimon/ucs-satellite-database", split="train")
|
| 86 |
+
df = ds.to_pandas()
|
| 87 |
+
|
| 88 |
+
# Satellites by orbit class
|
| 89 |
+
print(df["orbit_class"].value_counts())
|
| 90 |
+
|
| 91 |
+
# Communications satellites
|
| 92 |
+
comms = df[df["purpose"].str.contains("Communications", na=False)]
|
| 93 |
+
print(f"{len(comms):,} communications satellites")
|
| 94 |
+
|
| 95 |
+
# Satellites by country
|
| 96 |
+
by_country = df["country_registry"].value_counts().head(10)
|
| 97 |
+
print(by_country)
|
| 98 |
+
```
|
| 99 |
+
|
| 100 |
+
## Data source
|
| 101 |
+
|
| 102 |
+
[Union of Concerned Scientists Satellite Database](https://www.ucsusa.org/resources/satellite-database).
|
| 103 |
+
|
| 104 |
+
## Update schedule
|
| 105 |
+
|
| 106 |
+
Quarterly (1st of the month at 06:00 UTC) via [GitHub Actions](https://github.com/juliensimon/space-datasets).
|
| 107 |
+
|
| 108 |
+
## Related datasets
|
| 109 |
+
|
| 110 |
+
- [space-track-satcat](https://huggingface.co/datasets/juliensimon/space-track-satcat) -- NORAD Satellite Catalog
|
| 111 |
+
- [satnogs-transmitters](https://huggingface.co/datasets/juliensimon/satnogs-transmitters) -- SatNOGS Transmitter Database
|
| 112 |
+
|
| 113 |
+
## Pipeline
|
| 114 |
+
|
| 115 |
+
Source code: [juliensimon/space-datasets](https://github.com/juliensimon/space-datasets)
|
| 116 |
+
|
| 117 |
+
## Support
|
| 118 |
+
|
| 119 |
+
If you find this dataset useful, please give it a ❤️ on the [dataset page](https://huggingface.co/datasets/juliensimon/ucs-satellite-database) and share feedback in the Community tab! Also consider giving a ⭐️ to the [space-datasets](https://github.com/juliensimon/space-datasets) repo.
|
| 120 |
+
|
| 121 |
+
## Citation
|
| 122 |
+
|
| 123 |
+
```bibtex
|
| 124 |
+
@dataset{ucs_satellite_database,
|
| 125 |
+
author = {Simon, Julien},
|
| 126 |
+
title = {UCS Satellite Database},
|
| 127 |
+
year = {2026},
|
| 128 |
+
publisher = {Hugging Face},
|
| 129 |
+
url = {https://huggingface.co/datasets/juliensimon/ucs-satellite-database},
|
| 130 |
+
note = {Based on the Union of Concerned Scientists Satellite Database}
|
| 131 |
+
}
|
| 132 |
+
```
|
| 133 |
+
|
| 134 |
+
## License
|
| 135 |
+
|
| 136 |
+
[CC-BY-4.0](https://creativecommons.org/licenses/by/4.0/)
|
data/ucs_satellite_database.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:87244a718ca11539d017c47926f8e1dac61de04eb19acb21579a754382d93959
|
| 3 |
+
size 327020
|