Releases: AlexLandherr/GOES_Image_Retriever
Version 1.0.6 - Hatch Opening
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
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
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
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
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
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
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.