Releases: opensatelliteproject/goesdump
1.3.6489: Updated Build Scripts
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
Same release as 1.0.2-alpha but with some bug corrections.
GOES Dump with LibDecompress
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
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
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).