STARLINK-30558 - AOE轨道数据

1天前 2025-07-25T10:00:00+0000 2025-07-25T10:00:00+0000
STARLINK-30558
1 58060U 23158K   25206.41666667  .00000000  00000-0  34989-4 0 00000
2 58060 043.0039 185.6841 0000934 284.5406 257.6857 15.02538452000000
13天前 2025-07-13T00:00:00+0000 2025-07-13T00:00:00+0000
STARLINK-30558
1 58060U 23158K   25194.00000000  .00000000  00000-0 -19554-4 0 00000
2 58060 043.0028 253.1524 0001310 269.0991 352.6721 15.02542992000000
15天前 2025-07-11T02:00:00+0000 2025-07-11T02:00:00+0000
STARLINK-30558
1 58060U 23158K   25192.08333333  .00000000  00000-0  23845-4 0 00000
2 58060 043.0025 263.5812 0001460 262.3404 060.0067 15.02548751000000

              
import requests

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

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

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

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