TIANMU-1 12 - AOE轨道数据

7小时前 2025-05-05T11:25:13+0800 2025-05-05T03:25:13+0000
TIANMU-1 12
1 58646U 23205B   25125.14251344  .00007746  00000-0  34410-3 0  9999
2 58646  97.3739 148.7820 0007853   9.0725 351.0651 15.21784970 75350
13小时前 2025-05-05T05:06:28+0800 2025-05-04T21:06:28+0000
TIANMU-1 12
1 58646U 23205B   25124.87949580  .00007698  00000-0  34199-3 0  9994
2 58646  97.3739 148.5242 0007895  10.0152 350.1240 15.21780575 75315
1天前 2025-05-04T05:26:10+0800 2025-05-03T21:26:10+0000
TIANMU-1 12
1 58646U 23205B   25123.89317291  .00008130  00000-0  36117-3 0  9997
2 58646  97.3738 147.5574 0008043  13.4211 346.7237 15.21765091 75166

              
import requests

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

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

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

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

加载中...

加载中...

加载中...