FLOCK 4Y 16 - AOE轨道数据

13小时前 2025-05-12T01:25:35+0800 2025-05-11T17:25:35+0000
FLOCK 4Y 16
1 55040U 23001AH  25131.72609478  .00214568  00000-0  17031-2 0  9995
2 55040  97.3714 205.3318 0003283 225.4608 134.6387 15.70612297131447
1天前 2025-05-10T23:25:41+0800 2025-05-10T15:25:41+0000
FLOCK 4Y 16
1 55040U 23001AH  25130.64283481  .00224996  00000-0  18168-2 0  9995
2 55040  97.3719 204.1902 0003098 224.7621 135.3392 15.70166615131272
2天前 2025-05-10T02:00:43+0800 2025-05-09T18:00:43+0000
FLOCK 4Y 16
1 55040U 23001AH  25129.75049800  .00211153  00000-0  17387-2 0  9993
2 55040  97.3722 203.2497 0002986 223.4657 136.6370 15.69732958131137

              
import requests

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

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

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

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