Skip to content

Releases: opensatelliteproject/goesdump

1.3.6489: Updated Build Scripts

02 Feb 13:44
5b6088f
Compare
Choose a tag to compare
Pre-release
Updated build scripts to match new nuget packer
Added Archive Function and a try to solve the non erased lrit files
Fixed Dependency Version and updated build scripts to use msbuild
Reproject now works on ARGB (very very slow)
Prototype of Linear Reprojection
Fixed OtherData not being erased when ForceComplete is called.
Fixed timestamp for GOES-N series
Fixed DateTime being local instead UTC
Fix a crash when corrupted images get into false color generator

1.0.2 Beta Release

06 May 22:18
Compare
Choose a tag to compare

Same release as 1.0.2-alpha but with some bug corrections.

GOES Dump with LibDecompress

23 Feb 03:56
Compare
Choose a tag to compare

That's the third 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.

The difference between 1.0.1 and 1.0.2 is the change from Decompressor.exe to libsatdecompress for decompressing lritrice files.

GOES Ingestor 1.0.1 Alpha

15 Feb 14:05
Compare
Choose a tag to compare
Pre-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.

First Release

10 Feb 02:30
Compare
Choose a tag to compare
First Release Pre-release
Pre-release

That's the first 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).