HAIYANG 1C - AOE轨道数据

9小时前 2025-05-13T22:44:54+0800 2025-05-13T14:44:54+0000
HAIYANG 1C
1 43609U 18068A   25133.61451277  .00000175  00000-0  78089-4 0  9991
2 43609  98.5626 205.6753 0010078 193.1523 166.9400 14.34157685349813
1天前 2025-05-13T04:19:47+0800 2025-05-12T20:19:47+0000
HAIYANG 1C
1 43609U 18068A   25132.84707095  .00000182  00000-0  80788-4 0  9994
2 43609  98.5626 204.9152 0010036 195.4741 164.6138 14.34157351349700
2天前 2025-05-12T06:33:44+0800 2025-05-11T22:33:44+0000
HAIYANG 1C
1 43609U 18068A   25131.94009422  .00000168  00000-0  75519-4 0  9993
2 43609  98.5627 204.0168 0009977 198.1955 161.8874 14.34156863349576

              
import requests

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

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

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

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

加载中...