ONEWEB-0438 - AOE轨道数据

1天前 2025-07-26T00:00:00+0000 2025-07-26T00:00:00+0000
ONEWEB-0438
1 51634U 22012N   25207.00000000  .00000000  00000-0 -25907-3 0 00000
2 51634 087.8795 101.3450 0001706 088.1804 007.4233 13.10374997000000
12天前 2025-07-14T19:00:00+0000 2025-07-14T19:00:00+0000
ONEWEB-0438
1 51634U 22012N   25195.79166667  .00000000  00000-0 -83243-3 0 00000
2 51634 087.8818 103.5773 0001719 087.6056 084.4425 13.10371101000000
18天前 2025-07-08T18:00:00+0000 2025-07-08T18:00:00+0000
ONEWEB-0438
1 51634U 22012N   25189.75000000  .00000000  00000-0 -13942-2 0 00000
2 51634 087.8824 104.7802 0001715 081.1577 046.4962 13.10374324000000

              
import requests

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

params = {
    'catId': 51634,
    'channel': 'KY',
    'format': 'TLE'
}

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

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