Open
Conversation
Updated the html based on the discussion
Fixing the error with "datetime.strptime"
update on aurora forecast
Updated the caption! & KP_comparsion
Co-authored-by: Sahil Jhawar <55475299+sahiljhawar@users.noreply.github.com>
kp_index_monitor, which creates html including video
The patch with the aurora video and also edited HTML format.
mock files for testing
changed the source path to assets folder
Added index.html (including Video)
- add --test CLI flag with mutually exclusive mode validation - support synthetic Kp data generation for test runs - thread test mode through run_single_check() and fetch_kp_data() - update forecast caption text and aurora note wording - improve logging format with level and source line details - adjust forecast caption styling and minor message formatting cleanup
- Updated a few UI tweaks - KeyError for np.float64(nan) - When there was no future forecast (all CSV times in the past), max_values.max() was NaN and DECIMAL_TO_KP[max] raised. The code now treats a NaN max as 0.0 and uses DECIMAL_TO_KP.get(max_kp, "N/A") for logging so a missing/max value never causes a crash. - Round() UserWarnings - high_kp_records.round(2) and next_24h.round(2) were applied to whole DataFrames that include datetimes. Rounding is now applied only to numeric columns via select_dtypes(include=[np.number]), so the datetime warning is gone.
New html
Changed the mock data to trigger the alert
This reverts commit 7ab35fa.
This reverts commit 444f29d.
This reverts commit 86c1d6b.
Collaborator
|
add probability table for different Kps (7-9) |
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.
This would be the Final PR, which includes Aurora Video, and has also uploaded index.html