STARLINK-6250 - AOE轨道数据

10小时前 2025-05-12T21:33:23+0800 2025-05-12T13:33:23+0000
STARLINK-6250
1 57230U 23094N   25132.56485207  .00000722  00000-0  68515-4 0  9995
2 57230  43.0027 226.4982 0001436 270.5290  89.5388 15.02536138101824
1天前 2025-05-11T21:37:28+0800 2025-05-11T13:37:28+0000
STARLINK-6250
1 57230U 23094N   25131.56768715 -.00000864  00000-0 -48858-4 0  9999
2 57230  43.0030 231.9167 0001384 272.0987  87.9697 15.02538027101853
2天前 2025-05-11T02:28:45+0800 2025-05-10T18:28:45+0000
STARLINK-6250
1 57230U 23094N   25130.76995955 -.00000409  00000-0 -15256-4 0  9999
2 57230  43.0008 236.2509 0000934 260.3497  99.7240 15.02527652101736

              
import requests

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

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

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

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