STARLINK-1219 - AOE轨道数据

12小时前 2025-05-11T14:00:02+0800 2025-05-11T06:00:02+0000
STARLINK-1219
1 45210U 20012AJ  25131.25002315  .00214621  00000-0  25016-2 0  9999
2 45210  53.0541 287.0500 0006165 282.9314 151.8682 15.60431176288835
20小时前 2025-05-11T06:00:02+0800 2025-05-10T22:00:02+0000
STARLINK-1219
1 45210U 20012AJ  25130.91668981  .00236640  00000-0  27613-2 0  9998
2 45210  53.0536 288.6766 0006054 284.7268  76.5219 15.60325756288784
1天前 2025-05-10T06:00:01+0800 2025-05-09T22:00:01+0000
STARLINK-1219
1 45210U 20012AJ  25129.91667824  .00223433  00000-0  26582-2 0  9991
2 45210  53.0534 293.5480 0005354 287.4647 213.7710 15.59867974  6132

              
import requests

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

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

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

print(response.text)
          
3D轨道图
2D轨道图

加载中...