GALAXY 28 (IA 8) - AOE轨道数据

8小时前 2025-07-26T11:00:00+0000 2025-07-26T11:00:00+0000
GALAXY 28 (IA 8)
1 28702U 05022A   25207.45833333  .00000000  00000-0  99999-8 0 00000
2 28702 002.4564 083.0638 0002953 035.1744 262.4451 01.00271022000000
1天前 2025-07-25T08:00:00+0000 2025-07-25T08:00:00+0000
GALAXY 28 (IA 8)
1 28702U 05022A   25206.33333333  .00000000  00000-0  10000-7 0 00000
2 28702 002.4540 083.0797 0002917 034.3824 217.1167 01.00271263000000
2天前 2025-07-24T06:00:00+0000 2025-07-24T06:00:00+0000
GALAXY 28 (IA 8)
1 28702U 05022A   25205.25000000  .00000000  00000-0  99999-8 0 00000
2 28702 002.4516 083.0913 0002875 032.9532 187.4694 01.00271541000000

              
import requests

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

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

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

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