STARLINK-5063 - AOE轨道数据

150天前 2025-02-26T22:18:46+0000 2025-02-26T22:18:46+0000
STARLINK-5063
1 53907U 22119X   25057.92970142  .14990179  12528-4  32783-3 0  9990
2 53907  53.1933 182.4046 0004909 270.2950 192.6300 16.46432811134759
151天前 2025-02-25T22:52:21+0000 2025-02-25T22:52:21+0000
STARLINK-5063
1 53907U 22119X   25056.95302405  .03942761  12094-4  86541-3 0  9994
2 53907  53.1955 187.6899 0008692 323.6049 142.2459 16.29609553134599
152天前 2025-02-24T20:13:03+0000 2025-02-24T20:13:03+0000
STARLINK-5063
1 53907U 22119X   25055.84239671  .01940074  11874-4  81797-3 0  9991
2 53907  53.2001 193.6345 0009372 325.1283 117.4661 16.22137748134413

              
import requests

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

params = {
    'catId': 53907,
    'channel': 'INTERNATIONAL',
    'format': 'TLE'
}

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

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