TLE两行根数简介及获取方法

TLE简介

TLE(Two-line element set, TLE)是用于描述卫星轨道的参数,是一种轨道编码方式,用于确定给定历元时刻下,绕地运行空间目标的轨道根数。

使用合适的预测模型,可以以一定精度估计出目标在轨道上任意一点的位置和速度。

TLE轨道根数对应的计算模型是简化普适模型(simplified perturbations models,包括SGP, SGP4, SDP4, SGP8 and SDP8),因此,任何使用TLE数据的算法必须使用一种简化普适模型来准确计算出轨道的参数。

TLE获取方法

  1. 数据下载网站
    NORAD GP Element Sets Current Data
  2. 网络API
    N2YO.COM REST API v1

TLE数据格式

标题行(可选)

Tle_title

序号位数内容例子
101–24Satellite nameISS (ZARYA)

如果存在,TLE 是一个三行元素集( 3LE )。
如果不存在,则 TLE 是一个两行元素集( 2LE )。

第一行(必需)

Tle_first_row

序号位数内容例子
101Line number1
203–07Satellite catalog number25544
308Classification (U: unclassified, C: classified, S: secret)U
410–11International Designator (last two digits of launch year)98
512–14International Designator (launch number of the year)067
615–17International Designator (piece of the launch)A
719–20Epoch year (last two digits of year)08
821–32Epoch (day of the year and fractional portion of the day)64.51782528
934–43First derivative of mean motion; the ballistic coefficient-.00002182
1045–52Second derivative of mean motion (decimal point assumed)00000-0
1154–61B*, the drag term, or radiation pressure coefficient (decimal point assumed)-11606-4
1263Ephemeris type (always zero; only used in undistributed TLE data)0
1365–68Element set number. Incremented when a new TLE is generated for this object.292
1469Checksum (modulo 10)7

第二行(必需)

Tle_second_row

序号位数内容例子
101Line number2
203–07Satellite Catalog number25544
309–16Inclination (degrees)51.6416
418–25Right ascension of the ascending node (degrees)247.4627
527–33Eccentricity (decimal point assumed)0006703
635–42Argument of perigee (degrees)130.5360
744–51Mean anomaly (degrees)325.0288
853–63Mean motion (revolutions per day)15.72125391
964–68Revolution number at epoch (revolutions)56353
1069Checksum (modulo 10)7

参考链接

维基百科


TLE两行根数简介及获取方法
https://hanke-janson.github.io//blog/2025/05/17/TLE两行根数简介及获取方法/
作者
雾月山河
发布于
2025年5月17日
许可协议