xRIT Parser Toolkit
======================
A toolkit to parse / dump HRIT / LRIT files.
### xritparse
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
```
##### Example:
```
# 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
```
### xritdump
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
```
### xritcat
Reads the data section of a HRIT/LRIT file and prints to stdout.
```
Usage:
xritcat filename.lrit
```
## 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:
```
sudo pip install xrit
```
======================
A toolkit to parse / dump HRIT / LRIT files.
### xritparse
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
```
##### Example:
```
# 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
```
### xritdump
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
```
### xritcat
Reads the data section of a HRIT/LRIT file and prints to stdout.
```
Usage:
xritcat filename.lrit
```
## 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:
```
sudo pip install xrit
```
Release files for xrit 1.0.6
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Built distributions (wheels)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| xrit-1.0.6-py3.6.egg | Legacy Egg format | - | - | Details |
| xrit-1.0.6-py2.7.egg | Legacy Egg format | - | - | Details |
Total release size: 40.3 kB
Release files / xrit-1.0.6-py3.6.egg
| Download URL | xrit-1.0.6-py3.6.egg |
|---|---|
| Size | 16.2 kB |
| Tags | Egg |
|
SHA-256 checksum How to use checksums |
0c718aa4f4a75804760f59efa04907583b1eff1d89f5b00b64ebad134b264854
|
|
BLAKE2b-256 checksum How to use checksums |
bc1ab15ade730da592e46747011b180970c8a6af2dc93755e7e3faee5e9b5262
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/1.11.0 pkginfo/1.4.2 requests/2.19.1 setuptools/40.4.1 requests-toolbelt/0.8.0 tqdm/4.26.0 CPython/2.7.15rc1
|
Release files / xrit-1.0.6-py2.7.egg
| Download URL | xrit-1.0.6-py2.7.egg |
|---|---|
| Size | 24.1 kB |
| Tags | Egg |
|
SHA-256 checksum How to use checksums |
a3b46a1b738ac83afe930a1c3a36e919674b9dff65fab1ff97fa3f0dcf1fd30c
|
|
BLAKE2b-256 checksum How to use checksums |
a79b2d84993d720b09ada507bfa46b8481ab87120c04b55454cabc623409d105
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/1.11.0 pkginfo/1.4.2 requests/2.19.1 setuptools/40.4.1 requests-toolbelt/0.8.0 tqdm/4.26.0 CPython/2.7.15rc1
|