Blizzard Source Code (V2.1.3) - #5
Open
PWARDS-weather wants to merge 25 commits into
Open
Conversation
The main source file of Blizzard
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Consolidates structural changes introduced in the Blizzard release. Refactors the startup
sequence for non-blocking initialization, upgrades the bootloader UI to a dark theme with
smooth progress animation, and introduces a modular satellite data processing pipeline.
Includes fixes for the grid masking,
.datdecoding, and RGB product loading bugs resolvedin 2.1.3. Legacy source files and outdated READMEs have been removed.
Changes
background_tasks(); silent subprocess executionvia
pythonw.exe; properfinallyblock for clean bootloader teardown#1e1e1e); smoothanimate_progress_to()progress bar;Image.Resampling.LANCZOSfor Pillow 10+ compatibilitybg_extract.py— Concurrent.bz2decompression (ThreadPoolExecutor, 8 workers)bg_decode.py— Himawari AHI.dat→ GeoTIFF via Satpy; source files deleted onlyafter confirmed
.tifoutputbg_product.py— Satellite product generation pipelineProcess_dat.py— Processing orchestration with GUI-compatible output parsinglatest_symlink.py— Fixed project root path resolution; corrected UTC rounding(−30 min offset); added post-download file-size verification
data/coastlines/— Bundled Natural Earthne_10m_coastlineshapefiles (v5.0.0-pre9)README_old2.md,readme_old.md, legacyrun.bat, stalesrc/,public/images/, andProcess/__pycache__Notes for Reviewers
boot.run()must be called on the main thread — Tkinter will fail silently otherwisebg_decode.pyrequiressatpy; exits immediately if not installed