v0.11.0: new celestrak_tle adapter + CENTRAL_SAT satellite-tracking stream (#100)

This commit is contained in:
malice 2026-06-09 00:54:19 -06:00 committed by GitHub
commit 621148ac46
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
13 changed files with 1067 additions and 4 deletions

View file

@ -1148,6 +1148,14 @@ _SAMPLE_INNER = {
"itd_511": {"event_type_short": "work_zone", "roadway_name": "I-84"},
"itd_511_cameras": {"location": "I-84 Mountain Home", "camera_id": 42},
"avalanche_org": {"zone_name": "Banner Summit", "danger_name": "Considerable"},
"celestrak_tle": {
"norad_id": 25544,
"satellite_name": "ISS (ZARYA)",
"_enriched": {"orbit": {
"inclination_deg": 51.6336,
"mean_motion_rev_per_day": 15.49672912,
}},
},
}
# Exact expected subjects for the deterministic adapters. swpc_alerts is omitted
@ -1172,6 +1180,7 @@ _EXPECTED_SUBJECT = {
"itd_511": "Road work on I-84",
"itd_511_cameras": "Camera: I-84 Mountain Home",
"avalanche_org": "Avalanche advisory — Banner Summit (Considerable)",
"celestrak_tle": "TLE update: ISS (ZARYA) (NORAD 25544) — 92.9min orbit at 51.6°",
}