Skip to content

Releases: AlexLandherr/GOES_Image_Retriever

Version 1.0.6 - Hatch Opening

07 Jan 19:20
Compare
Choose a tag to compare

Info

Includes code changes to reflect that GOES-West now get its images from GOES-18 and not GOES-17.

Version 1.0.5 - Docking

10 Nov 22:22
Compare
Choose a tag to compare

Info

Adds updated definition of available image resolutions and some internal improvements to the source code structure.

Important

Between 2022-10-14 through 2022-11-16 the program won't be able to download images for GOES-17 as the address constructed by the code does not correspond to the one used by NOAA; see details here.

The code will be updated once GOES-18 takes over as "GOES-West".

Version 1.0.4 - Approach

03 Apr 20:30
Compare
Choose a tag to compare

This release adds a simplification for how users set the file save path. Instead of setting two different paths now only one needs to be set (all covered in README.md). It also includes some minor revisions to a few error messages to keep up with this release.

Version 1.0.3 - Rendezvous

14 Feb 08:20
Compare
Choose a tag to compare

This release adds some cosmetic improvements to the program output and introduces a new function:
truncate().

truncate() is a function that truncates a floating point value to a given precision/number of decimal places. This removes the problem of using Python's round() function when truncation is better suited.

Version 1.0.2 - Phasing Burn

08 Dec 18:52
Compare
Choose a tag to compare

This release includes some minor cosmetic fixes to the program output as well as exception handling for lack of connection to image server, the target directory not being found and lack of storage space. Bugs may still be in there somewhere.

Version 1.0.1 - Inclination

04 Oct 20:39
Compare
Choose a tag to compare

This release adds exception handling for insufficient storage space. Bugs may still exist as always.

Full Changelog: v1.0...v1.0.1

Version 1.0 - Orbital

25 Sep 17:09
Compare
Choose a tag to compare

This the first public release of GOES_Image_Retriever. For more details see the README.md file. Bugs and such will be fixed whenever I get to them as this is a hobby project.