mirror of
https://github.com/smittix/intercept.git
synced 2026-04-24 06:40:00 -07:00
fix: add missing METEOR-M2-4 TLE data for pass predictions
METEOR-M2-4 was defined as an active weather satellite but had no orbital data, so pass predictions always returned empty. Added TLE entry and CelesTrak name mapping for automatic refresh. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -468,7 +468,8 @@ def refresh_tle_data() -> list:
|
||||
'NOAA 20 (JPSS-1)': 'NOAA-20',
|
||||
'NOAA 21 (JPSS-2)': 'NOAA-21',
|
||||
'METEOR-M 2': 'METEOR-M2',
|
||||
'METEOR-M2 3': 'METEOR-M2-3'
|
||||
'METEOR-M2 3': 'METEOR-M2-3',
|
||||
'METEOR-M2 4': 'METEOR-M2-4'
|
||||
}
|
||||
|
||||
updated = []
|
||||
|
||||
Reference in New Issue
Block a user