COSMOS 2279 - AOE轨道数据

11小时前 2025-05-08T03:25:27+0800 2025-05-07T19:25:27+0000
COSMOS 2279
1 23092U 94024A   25127.80933528  .00000079  00000-0  65169-4 0  9997
2 23092  82.9480 155.6205 0033889 307.0088  52.7969 13.76601483558285
1天前 2025-05-06T20:01:29+0800 2025-05-06T12:01:29+0000
COSMOS 2279
1 23092U 94024A   25126.50103181  .00000073  00000-0  59401-4 0  9993
2 23092  82.9482 156.5913 0033943 310.8029  49.0185 13.76601296558103
2天前 2025-05-06T04:19:30+0800 2025-05-05T20:19:30+0000
COSMOS 2279
1 23092U 94024A   25125.84688006  .00000075  00000-0  61552-4 0  9995
2 23092  82.9483 157.0767 0033972 312.6932  47.1364 13.76601240558211

              
import requests

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

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

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

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