TLE's Alpha-5 Format


● (No.1191) TLE's Alpha-5 Format (2026年8月6日)
 ----------------------------------------------

SOLARAS
1 A0081U 26164B   26217.35875216  .00020569  00000-0  50367-3 0  9999
2 A0081  59.9235 234.1125 0008817 331.6092  28.4513 15.40791267  2782

--------------------------------------------------------------------------

Changes to AMSAT_TLE Distribution for July 31, 2026, (C)AMSAT-News

Two Line Elements or TLEs, often referred to as Keplerian elements or keps
in the amateur community, are the inputs to the SGP4 standard mathematical
model of spacecraft orbits used by most amateur tracking programs. Weekly
updates are completely adequate for most amateur satellites. TLE bulletin
files are updated daily in the first hour of the UTC day. New bulletin
files will be posted immediately after reliable elements become available
for new amateur satellites. More information may be found at
https://www.amsat.org/keplerian-elements-resources/

There are no changes to this week's TLE distribution.
General Perturbations Data Support

AMSAT is pleased to announce that modern forms of what are called General
Perturbations data are being disseminated via modern formats including
JSON, XML and KVN at https://newark192.amsat.org/gpdata/current/. The
reason this change is being made is that we are running out of 5-digit
catalog numbers and the TLE format is not viable for satellites launched
after July of this year. See
https://celestrak.org/NORAD/documentation/gp-data-formats.php for details.

These data are presently considered in beta test for the next two months
while hosted on the test server newark192.amsat.org, and we are very open
to community feedback at webmaster at amsat.org. Testers may experience
outages and errors while we make improvements. We intend to put this into
production on our main web server in July as we expect that satellites
launched after this summer will require one of the new formats to
accommodate longer object numbers. AMSAT will continue to publish TLE
bulletins for satellites launched before July 2026 indefinitely.

[ANS thanks Joe Fitzgerald, KM1P, AMSAT Orbital Elements Manager,
 for the above information]

--------------------------------------------------------------------------

Add Alpha-5 catalog number support (Gpredict), (C)GitHub

CelesTrak's SATCAT crossed 100000 on 2026-07-11, so newly cataloged objects
now use 6-digit numbers that don't fit the TLE format's 5-character catalog
number field. Space-Track/CelesTrak's stopgap is Alpha-5 encoding, which
replaces the leading digit with a letter (A-Z, excluding I/O) to represent
numbers up to 339999.

Gpredict parses the catalog number field with a plain numeric conversion in
two places (sgp_in.c's Convert_Satellite_Data and tle-update.c's read_fresh_tle),
so any Alpha-5 catalog number silently decoded to 0. This adds an Alpha-5-aware
decoder used in both spots, handling the legacy all-numeric format (zero- or
space-padded) as well as Alpha-5.

Verified against Space-Track's published Alpha-5 test values
(A0000->100000 ... Z9999->339999) plus legacy zero- and space-padded low
catalog numbers.

Both SpaceTrack and Celestrack offer Alpha-5 TLE formatted tle as a bridge
for legacy parsers. In addition to the TLE/3LE/2LE (legacy, Alpha-5 encoded
for 6+ digit numbers), they also offer JSON, XML, CSV and KVN formats.
SpaceTrack also offers HTML! However, AMSAT skipped right over Alpha-5.
It appears that at present they only offer GP data in JSON, XML, and KVN
formats via newark192.amsat.org (beta). As well as TLE for older sats.
No mention of CSV.
__________________________________________________________________________
--------------------------------------------------------------------------

2026年7月31日付 AMSAT_TLE配信の変更点

Two Line Elements(TLE)は、アマチュア無線のコミュニティでは、ケプラー要素
「Keplerian elements」 や 「keps」 とも呼ばれ、多くのアマチュア向け 追跡プロ
グラムで採用されている衛星の軌道計算用標準モデル「SGP4」への入力データと
して使用される。ほとんどのアマチュア衛星については、週一回の更新で十分で、
TLEのデータファイルは、UTC(協定世界時)の一日の最初の一時間以内に毎日更新
される。新しいアマチュア衛星について信頼性の高い軌道要素が利用可能になり
次第、すぐに新しいデータファイルが公開される。詳細については、
次を参照、https://www.amsat.org/keplerian-elements-resources/
今週のTLE配布に変更はない。General Perturbations Data Support

AMSATは、いわゆる 「一般摂動」(General Perturbations)データの最新形式、
(JSON、XML、KVN など)による配信を、
https://newark192.amsat.org/gpdata/current/ にて開始したことを告示する。
この変更を行う理由は、5桁のカタログ番号が枯渇しつつあること、および、
TLE形式では、今年7月以降に打ち上げられる衛星に対応できないためである。
https://celestrak.org/NORAD/documentation/gp-data-formats.php

現在、このデータはテストサーバー(newark192.amsat.org) 上で提供されており
今後二ヶ月間はベータテスト段階にあるとみなされている。コミュニティからの
フィードバック (webmaster@amsat.org) を歓迎する。 なお、改良作業に伴い、
一時的なサービス停止やエラーが発生する可能性がある。この夏以降に打ち上げ
られる衛星では、より長いオブジェクト番号に対応するため新しいフォーマット
のいずれかが必要になると予想されるため、7月にメインのWebサーバーで本運用
を開始する予定である。AMSATは、2026年7月以前に打ち上げられた諸衛星のTLE
(軌道要素)情報についても、無期限に公開を継続する。

--------------------------------------------------------------------------

Alpha-5 カタログ番号のサポートを追加 (Gpredict)

CelesTrakのSATCAT(衛星カタログ)の登録数が、2026年7月11日に10万件を超えた
ため、新たに登録される物体には、TLE形式の5桁のカタログ番号フィールドには
収まらない 新たな6桁のカタログ番号が割り当てられるようになった。これに対
する Space-Track/CelesTrak の暫定的な対応策が、「Alpha-5 エンコーディング」
であり、これは先頭の桁を英字 (IとOを除くA~Z) に置き換えることで、最大で
339,999 までの番号を表現するものである。

Gpredictは、カタログ番号フィールドを単純な数値変換で処理する箇所が二ヶ所
(sgp_in.c の Convert_Satellite_Data、及び tle-update.c のread_fresh_tle)
あるため、Alpha-5形式のカタログ番号は暗黙的に 0 としてデコードされていた。
そこで、これら双方の箇所で使用される Alpha-5対応のデコーダを追加し、従来
の全数値形式(ゼロ埋めまたはスペース埋め)と Alpha-5形式の双方を適切に処理
できるようにした。

Space-Trackが公開しているAlpha-5のテスト値、
(A0000→100000 … Z9999→339999)に加え、ゼロやスペースで埋められた従来の
低いカタログ番号とも照合済みである。

SpaceTrack と Celestrack は、どちらもレガシーなパーサー(プログラム)との
互換性を確保するため、Alpha-5形式のTLEを提供している。これら TLE/3LE/2LE
といったレガシー形式や、6桁以上の番号に対応したAlpha-5エンコード形式に加
え、JSON、XML、CSV、KVN といった形式も用意されている。SpaceTrackではHTML
形式も提供されている! 一方、AMSATは Alpha-5形式を飛ばして対応を進めたよ
うである。 現時点では、newark192.amsat.org(ベータ版)を通じて、GPデータに
ついては、JSON, XML, KVN形式のみ提供されている模様である。 (古い衛星につ
いては、TLEも提供されている。) なお、CSV形式についての言及はない。



トップ へ戻る.
前のページ へ戻る.
次のページ へ移る.(編集中)
ホームページ(目次) へ戻る.