STARLINK-2002 - AOE轨道数据

119天前 2025-03-29T12:30:47+0000 2025-03-29T12:30:47+0000
STARLINK-2002
1 47597U 21009BB  25088.52138281  .21124012  12513-4  70351-3 0  9995
2 47597  53.0307 102.6232 0003822 291.6522 207.8823 16.44596640229761
120天前 2025-03-28T21:32:28+0000 2025-03-28T21:32:28+0000
STARLINK-2002
1 47597U 21009BB  25087.89754161  .05912964  12123-4  13789-2 0  9996
2 47597  53.0246 106.0210 0005875 350.9809  73.5030 16.29026484229668
121天前 2025-03-27T23:24:53+0000 2025-03-27T23:24:53+0000
STARLINK-2002
1 47597U 21009BB  25086.97561272  .02725704  11844-4  13421-2 0  9996
2 47597  53.0249 110.9611 0007233 350.2709  80.4759 16.20228798229514

              
import requests

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

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

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

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