STARLINK-1838 - AOE轨道数据

3天前 2025-04-28T09:07:07+0800 2025-04-28T01:07:07+0000
STARLINK-1838
1 47129U 20088H   25118.04660880  .00757632  26780-3  15976-2 0  9996
2 47129  53.0388 217.0410 0011256 320.0349  27.7736 15.98184318245385
4天前 2025-04-28T00:48:14+0800 2025-04-27T16:48:14+0000
STARLINK-1838
1 47129U 20088H   25117.70016344  .00042752  12029-4  10000-3 0  9994
2 47129  53.0386 218.8240 0011184 320.0017 193.6753 15.97605900245336
5天前 2025-04-26T21:30:39+0800 2025-04-26T13:30:39+0000
STARLINK-1838
1 47129U 20088H   25116.56294903  .00038354  11821-4  10000-3 0  9998
2 47129  53.0399 224.6799 0010374 311.2476 141.5522 15.95807244245154

              
import requests

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

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

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

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

加载中...

加载中...

加载中...