Skip to content

GOES Ingestor 1.0.1 Alpha

Pre-release
Pre-release
Compare
Choose a tag to compare
@racerxdl racerxdl released this 15 Feb 14:05
· 219 commits to master since this release

That's the second public release of GOES Dump. Keep in mind this is a alpha version.

Currently it can parse both HRIT and LRIT streams (tested on GOES 16 and GOES 13). It automatically maps the files by its category to respective folder. DCS and EMWIN files are ignored and a external Decompressor is used for decompressing LRIT RICE files (see the decompressor repository for source code). Since the LRITRice Library is broken on linux (due ABI Changes) the Linux also uses a windows binary. That is done using wine (make sure you have wine installed and configured).

The difference between 1.0.1 to 1.0.0 is that the newest version now exports GIF files for Image Only resources (Full Disks, AoI and Regions still need xrit2pic). It also features that the main stuff from the XRIT data was decoupled in a external library, so other projects could use it.