SUPERVIEW NEO-1 02 - AOE轨道数据

7小时前 2025-05-13T12:48:20+0800 2025-05-13T04:48:20+0000
SUPERVIEW NEO-1 02
1 52322U 22043C   25133.20022809  .00003835  00000-0  22877-3 0  9990
2 52322  97.3763 214.2558 0000328 258.7345 101.3849 15.11720740169050
15小时前 2025-05-13T04:51:45+0800 2025-05-12T20:51:45+0000
SUPERVIEW NEO-1 02
1 52322U 22043C   25132.86926885  .00004116  00000-0  24525-3 0  9993
2 52322  97.3764 213.9363 0000305 264.0726  96.0470 15.11718647169007
1天前 2025-05-12T06:37:19+0800 2025-05-11T22:37:19+0000
SUPERVIEW NEO-1 02
1 52322U 22043C   25131.94258046  .00004327  00000-0  25772-3 0  9997
2 52322  97.3766 213.0416 0000286 286.0812  74.0388 15.11710265168862

              
import requests

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

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

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

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

加载中...