COSMOS 2529 (GLONASS) - AOE轨道数据

1天前 2025-07-25T00:00:00+0000 2025-07-25T00:00:00+0000
COSMOS 2529 (GLONASS)
1 43687U 18086A   25206.00000000  .00000000  00000-0  10000-7 0 00000
2 43687 064.2952 203.6414 0011934 257.8640 019.5490 02.13102120000000
6天前 2025-07-20T04:00:00+0000 2025-07-20T04:00:00+0000
COSMOS 2529 (GLONASS)
1 43687U 18086A   25201.16666667  .00000000  00000-0  99999-8 0 00000
2 43687 064.2951 203.8050 0012013 258.0888 271.3499 02.13102116000000
7天前 2025-07-19T06:00:00+0000 2025-07-19T06:00:00+0000
COSMOS 2529 (GLONASS)
1 43687U 18086A   25200.25000000  .00000000  00000-0  99999-8 0 00000
2 43687 064.2951 203.8361 0011996 258.1091 288.0934 02.13102038000000

              
import requests

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

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

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

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