Skip to content

Fix data loading error in propagation#22

Merged
skyelaird merged 1 commit intomainfrom
claude/fix-data-loading-error-01SUFDpa5pyGdPkKWSiDW773
Nov 13, 2025
Merged

Fix data loading error in propagation#22
skyelaird merged 1 commit intomainfrom
claude/fix-data-loading-error-01SUFDpa5pyGdPkKWSiDW773

Conversation

@skyelaird
Copy link
Copy Markdown
Owner

…tibility

This commit fixes the data loading error where the dashboard couldn't find the enhanced_predictions.json file with the expected structure.

Changes:

  • Created transform_data.py to convert raw prediction data to dashboard format
  • Updated generate_predictions.py to automatically run transformation
  • Generated enhanced_predictions.json with proper structure including:
    • current_conditions with solar data and band regions
    • timeline_24h for forecast display
    • dxcc tracking integration

The dashboard now expects this enhanced format and the prediction generator will automatically create it after generating raw predictions.

Fixes: Dashboard was showing "error loading data" because it expected enhanced_predictions.json but only propagation_data.json existed with a different structure.

…tibility

This commit fixes the data loading error where the dashboard couldn't find
the enhanced_predictions.json file with the expected structure.

Changes:
- Created transform_data.py to convert raw prediction data to dashboard format
- Updated generate_predictions.py to automatically run transformation
- Generated enhanced_predictions.json with proper structure including:
  * current_conditions with solar data and band regions
  * timeline_24h for forecast display
  * dxcc tracking integration

The dashboard now expects this enhanced format and the prediction generator
will automatically create it after generating raw predictions.

Fixes: Dashboard was showing "error loading data" because it expected
enhanced_predictions.json but only propagation_data.json existed with
a different structure.
@skyelaird skyelaird merged commit c661408 into main Nov 13, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants