BEIDOU 3M11 - AOE轨道数据

1天前 2025-05-07T23:00:00+0800 2025-05-07T15:00:00+0000
BEIDOU 3M11
1 43602U 18067A   25127.62500000  .00000000  00000-0  10000-7 0 00000
2 43602 054.1931 194.7936 0007242 028.0635 052.3863 01.86227912000000
3天前 2025-05-06T05:00:00+0800 2025-05-05T21:00:00+0000
BEIDOU 3M11
1 43602U 18067A   25125.87500000  .00000000  00000-0  99999-8 0 00000
2 43602 054.1931 194.8530 0007255 028.0988 319.0759 01.86227873000000
4天前 2025-05-05T04:00:00+0800 2025-05-04T20:00:00+0000
BEIDOU 3M11
1 43602U 18067A   25124.83333333  .00000000  00000-0  10000-7 0 00000
2 43602 054.1932 194.8881 0007274 028.4402 340.3553 01.86227799000000

              
import requests

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

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

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

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