FENGYUN 1C - AOE轨道数据

17小时前 2025-07-25T10:23:37+0000 2025-07-25T10:23:37+0000
FENGYUN 1C
1 25730U 99025A   25206.43306734  .00001157  00000-0  51215-3 0  9998
2 25730  98.8995 270.5343 0013130 106.4433 253.8190 14.25103340351381
1天前 2025-07-24T15:51:30+0000 2025-07-24T15:51:30+0000
FENGYUN 1C
1 25730U 99025A   25205.66075840  .00001117  00000-0  49546-3 0  9993
2 25730  98.8994 269.7511 0013184 108.2261 252.0354 14.25101200351279
2天前 2025-07-23T17:57:10+0000 2025-07-23T17:57:10+0000
FENGYUN 1C
1 25730U 99025A   25204.74802826  .00001061  00000-0  47159-3 0  9999
2 25730  98.8995 268.8258 0013230 110.2286 250.0316 14.25098669351494

              
import requests

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

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

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

print(response.text)
          
3D轨道图
2D轨道图
查看目标详情