COSMOS 2433 (GLONASS) - AOE轨道数据

1天前 2025-07-25T04:00:00+0000 2025-07-25T04:00:00+0000
COSMOS 2433 (GLONASS)
1 32275U 07052A   25206.16666667  .00000000  00000-0  99999-8 0 00000
2 32275 065.7567 326.9238 0003504 209.6257 038.8580 02.13104257000000
2天前 2025-07-24T08:00:00+0000 2025-07-24T08:00:00+0000
COSMOS 2433 (GLONASS)
1 32275U 07052A   25205.33333333  .00000000  00000-0  10000-7 0 00000
2 32275 065.7573 326.9515 0003327 207.8384 121.3371 02.13104223000000
6天前 2025-07-20T15:00:00+0000 2025-07-20T15:00:00+0000
COSMOS 2433 (GLONASS)
1 32275U 07052A   25201.62500000  .00000000  00000-0  10000-7 0 00000
2 32275 065.7591 327.0752 0003396 206.7591 157.5018 02.13104180000000

              
import requests

headers = {
    'Authorization': 'Bearer YOUR_API_TOKEN'
}

params = {
    'catId': 32275,
    'channel': 'KY',
    'format': 'TLE'
}

response = requests.get('https://spacemapper.cn/cgi/orbital/aoe/list',
headers=headers, params=params)

print(response.text)
          
3D轨道图
2D轨道图
查看目标详情