ONEWEB-0440 - AOE轨道数据

11小时前 2025-05-09T00:43:12+0800 2025-05-08T16:43:12+0000
ONEWEB-0440
1 50503U 21132AL  25128.69666718  .00000025  00000-0  30684-4 0  9991
2 50503  87.9153  55.8335 0001792  68.5122 291.6202 13.18686990168266
1天前 2025-05-08T04:41:19+0800 2025-05-07T20:41:19+0000
ONEWEB-0440
1 50503U 21132AL  25127.86202624  .00000054  00000-0  10426-3 0  9994
2 50503  87.9153  55.9995 0001812  67.7042 292.4282 13.18686834168156
2天前 2025-05-07T05:00:55+0800 2025-05-06T21:00:55+0000
ONEWEB-0440
1 50503U 21132AL  25126.87563222  .00000055  00000-0  10628-3 0  9993
2 50503  87.9150  56.1958 0001834  66.7670 293.3655 13.18687219168023

              
import requests

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

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

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

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

加载中...