Datasets:
Update SatNOGS transmitters: 4,753 entries
Browse files- README.md +16 -5
- banner.jpg +3 -0
- data/satnogs_transmitters.parquet +2 -2
README.md
CHANGED
|
@@ -29,14 +29,19 @@ configs:
|
|
| 29 |
|
| 30 |
# SatNOGS Satellite Transmitter Database
|
| 31 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 32 |
*Part of the [Orbital Mechanics Datasets](https://huggingface.co/collections/juliensimon/orbital-mechanics-datasets-69c24caca4ab3934c9856994) collection on Hugging Face.*
|
| 33 |
|
| 34 |

|
| 35 |

|
| 36 |
|
| 37 |
Crowdsourced database of satellite radio transmitters from the SatNOGS network,
|
| 38 |
-
maintained by the Libre Space Foundation. Currently **4,
|
| 39 |
-
(2,
|
| 40 |
|
| 41 |
## Dataset description
|
| 42 |
|
|
@@ -45,6 +50,12 @@ maintains a comprehensive database of satellite transmitters, including uplink a
|
|
| 45 |
downlink frequencies, modulation modes, baud rates, and operational status. The data
|
| 46 |
is crowdsourced from a global network of ground station operators and is freely available.
|
| 47 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 48 |
## Schema
|
| 49 |
|
| 50 |
| Column | Type | Description |
|
|
@@ -65,10 +76,10 @@ is crowdsourced from a global network of ground station operators and is freely
|
|
| 65 |
|
| 66 |
## Quick stats
|
| 67 |
|
| 68 |
-
- **4,
|
| 69 |
-
- **2,
|
| 70 |
- **55** transmission modes
|
| 71 |
-
- Top modes: FM (1,
|
| 72 |
|
| 73 |
## Usage
|
| 74 |
|
|
|
|
| 29 |
|
| 30 |
# SatNOGS Satellite Transmitter Database
|
| 31 |
|
| 32 |
+
<div align="center">
|
| 33 |
+
<img src="banner.jpg" alt="An orbital sunrise illuminates the Earth's atmosphere, seen from the ISS" width="400">
|
| 34 |
+
<p><em>Credit: NASA</em></p>
|
| 35 |
+
</div>
|
| 36 |
+
|
| 37 |
*Part of the [Orbital Mechanics Datasets](https://huggingface.co/collections/juliensimon/orbital-mechanics-datasets-69c24caca4ab3934c9856994) collection on Hugging Face.*
|
| 38 |
|
| 39 |

|
| 40 |

|
| 41 |
|
| 42 |
Crowdsourced database of satellite radio transmitters from the SatNOGS network,
|
| 43 |
+
maintained by the Libre Space Foundation. Currently **4,753** transmitter entries
|
| 44 |
+
(2,722 active) across 55 transmission modes.
|
| 45 |
|
| 46 |
## Dataset description
|
| 47 |
|
|
|
|
| 50 |
downlink frequencies, modulation modes, baud rates, and operational status. The data
|
| 51 |
is crowdsourced from a global network of ground station operators and is freely available.
|
| 52 |
|
| 53 |
+
The SatNOGS network represents one of the most ambitious citizen science projects in space operations. Hundreds of volunteer-operated ground stations around the world automatically schedule satellite passes, record RF signals, and upload observations to a central database. This distributed approach provides something no single ground station can: near-continuous coverage of satellites in low Earth orbit, capturing telemetry and beacon transmissions that would otherwise go unrecorded. The transmitter database is the curated knowledge base that makes this possible, documenting the exact frequencies, modulation schemes, and data rates needed to decode each satellite's signals.
|
| 54 |
+
|
| 55 |
+
The database spans the full radio spectrum used by satellites, from VHF (around 145 MHz, used by many amateur and CubeSat missions) through UHF (435 MHz, the most common amateur satellite band) to S-band (2.4 GHz) and beyond. Modulation modes range from simple FM voice and CW (Morse code) beacons to digital modes like BPSK, AFSK, GMSK, and LoRa used by modern small satellites. The baud rate field indicates data throughput capability, from slow 1200-baud packet radio to high-speed downlinks at 9600 baud and above. Each transmitter entry is linked to its parent satellite via NORAD ID, enabling cross-referencing with orbital elements for pass prediction.
|
| 56 |
+
|
| 57 |
+
This dataset is essential for amateur radio satellite operators planning contacts, university teams commissioning new CubeSat missions, RF spectrum managers identifying potential interference sources, and researchers studying the growing congestion of satellite frequency bands. The alive/status fields provide a real-time view of which satellites are still transmitting, often more current than official status databases.
|
| 58 |
+
|
| 59 |
## Schema
|
| 60 |
|
| 61 |
| Column | Type | Description |
|
|
|
|
| 76 |
|
| 77 |
## Quick stats
|
| 78 |
|
| 79 |
+
- **4,753** transmitter entries
|
| 80 |
+
- **2,722** currently active
|
| 81 |
- **55** transmission modes
|
| 82 |
+
- Top modes: FM (1,488), BPSK (643), GMSK (435), FSK (394), CW (378)
|
| 83 |
|
| 84 |
## Usage
|
| 85 |
|
banner.jpg
ADDED
|
Git LFS Details
|
data/satnogs_transmitters.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:e391e33007c329f14eb3cd04058eed592de8f5b70018876704802df725ec94f7
|
| 3 |
+
size 326060
|