STARLINK-1575 - AOE轨道数据

18小时前 2025-05-03T11:45:42+0800 2025-05-03T03:45:42+0000
STARLINK-1575
1 46349U 20062AA  25123.15673245  .00001069  00000-0  90655-4 0  9997
2 46349  53.0581 285.6535 0000495  52.8813 307.2221 15.06393108258131
1天前 2025-05-03T02:12:28+0800 2025-05-02T18:12:28+0000
STARLINK-1575
1 46349U 20062AA  25122.75865457  .00000250  00000-0  35634-4 0  9997
2 46349  53.0573 287.4407 0000537  86.4358 273.6693 15.06387817258076
2天前 2025-05-02T00:43:49+0800 2025-05-01T16:43:49+0000
STARLINK-1575
1 46349U 20062AA  25121.69709437  .00000015  00000-0  19885-4 0  9993
2 46349  53.0553 292.2055 0000460 114.2567 245.8470 15.06397682258091

              
import requests

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

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

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

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

加载中...

加载中...

加载中...