Added GOES 17 ABI to list
A toolkit to parse / dump HRIT / LRIT files.
Parses xRIT file Header and print in a human readable format.
Usage: xritparse [-hi] filen.lrit [file2.lrit] -h Print Structured Header Record -i Print Image Data Record
# xritparse DCSdat363042229684.lrit Parsing file DCSdat363042229684.lrit Primary Header: File Type Code: DCS Header Length: 89 Data Field Length: 1617088 NOAA Specific Header Signature: NOAA Product ID: DCS Product SubId: None Parameter: 11500 Compression: Not Compressed Annotation Record Filename: DCSdat363042229684.lrit Timestamp Record DateTime: 2016-12-28 04:22:00 DCS Filename: Filename: pL-16363042229-A.dcs
Dumps the data section of a HRIT/LRIT file. PS: This does not convert or process anything. It just saves the data section.
Usage: xritdump filename.lrit output.bin
Reads the data section of a HRIT/LRIT file and prints to stdout.
Usage: xritcat filename.lrit
This also can be used as a python library by importing xrit. The documentation is still WIP. Please us the module executables as a reference.
xrit
The package is available at pip. Just run:
pip
sudo pip install xrit
OpenSatelliteProject 开源仓库 xritparser(气象卫星信号接收与解码工具链)。镜像收录自 https://github.com/opensatelliteproject/xritparser,License:MIT
版权所有:中国计算机学会技术支持:开源发展技术委员会 京ICP备13000930号-9 京公网安备 11010802047560号
xRIT Parser Toolkit
A toolkit to parse / dump HRIT / LRIT files.
xritparse
Parses xRIT file Header and print in a human readable format.
Example:
xritdump
Dumps the data section of a HRIT/LRIT file. PS: This does not convert or process anything. It just saves the data section.
xritcat
Reads the data section of a HRIT/LRIT file and prints to stdout.
Python Library
This also can be used as a python library by importing
xrit. The documentation is still WIP. Please us the module executables as a reference.Installing
The package is available at
pip. Just run: