STARLINK-1696 - AOE轨道数据

11天前 2025-04-29T08:34:11+0800 2025-04-29T00:34:11+0000
STARLINK-1696
1 46545U 20070P   25119.02373756  .21375455  12516-4  45925-3 0  9993
2 46545  53.0179 105.6885 0005323 252.4592 221.6678 16.46478098252684
11天前 2025-04-29T04:01:52+0800 2025-04-28T20:01:52+0000
STARLINK-1696
1 46545U 20070P   25118.83463028  .10847224  12299-4  89045-3 0  9998
2 46545  53.0196 106.7259 0002699 216.1286 219.0562 16.39030367252655
12天前 2025-04-27T21:13:15+0800 2025-04-27T13:13:15+0000
STARLINK-1696
1 46545U 20070P   25117.55086894  .03412838  11891-4  14398-2 0  9994
2 46545  53.0255 113.6467 0002846   3.0865  99.0523 16.22233521252448

              
import requests

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

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

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

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