HIMAWARI 1 (GMS 1) - AOE轨道数据

9小时前 2025-07-26T11:06:21+0000 2025-07-26T11:06:21+0000
HIMAWARI 1 (GMS 1)
1 10143U 77065A   25207.46274875  .00000079  00000-0  00000+0 0  9998
2 10143   7.2984 295.2510 0018008 234.2475 172.4447  0.99247780117979
1天前 2025-07-25T11:23:54+0000 2025-07-25T11:23:54+0000
HIMAWARI 1 (GMS 1)
1 10143U 77065A   25206.47493390  .00000077  00000-0  00000-0 0  9992
2 10143   7.3006 295.2601 0017987 234.1150 179.6240  0.99247524117987
2天前 2025-07-24T09:15:39+0000 2025-07-24T09:15:39+0000
HIMAWARI 1 (GMS 1)
1 10143U 77065A   25205.38586941  .00000074  00000-0  00000-0 0  9993
2 10143   7.3031 295.2701 0017963 233.9867 150.6219  0.99247271117975

              
import requests

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

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

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

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