Conversation
Major refactoring to consolidate the dashboard and integrate with the main DVOACAP-Python prediction engine. ## Changes ### New Files - **README.md** - Comprehensive documentation consolidating all old docs - **generate_predictions.py** - New generator using DVOACAP Phases 1-5 - **dashboard.html** - Primary dashboard (renamed from tabbed version) ### Updated Files - **index.html** - Updated to reflect new structure and file names - **update_predictions.sh** - Updated to use new generator script ### Archived Files (24 files moved to archive/) - **old_dashboards/** - 3 previous dashboard versions - propagation_dashboard.html (basic) - propagation_dashboard_enhanced.html (with PSKreporter) - dashboard_enhanced.html (alternative enhanced) - **old_generators/** - 5 aborted prediction attempts - generate_propagation.py (ITU-R simplified model) - generate_propagation_voacap.py (DVOACAP DLL wrapper) - generate_propagation_accurate.py (Proppy.net API) - generate_enhanced_predictions.py (PSKreporter validation) - dvoacap_wrapper.py.old, test_proppy.py, voacap_menu.bat - **old_docs/** - 14 legacy documentation files - 9 PDFs (setup guides, API references, etc.) - 5 TXT files (summaries, patch notes, etc.) ## Benefits 1. **Cleaner structure** - One primary dashboard, one generator 2. **DVOACAP integration** - Uses full prediction engine (not simplified models) 3. **Better documentation** - Single comprehensive README instead of 14+ files 4. **Preserved history** - All old files archived, not deleted 5. **Easier maintenance** - Clear separation of current vs. experimental code ## Usage ```bash # Generate predictions python3 generate_predictions.py # Or use convenience script ./update_predictions.sh # Open dashboard open dashboard.html ``` See README.md for full documentation.
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.
Major refactoring to consolidate the dashboard and integrate with the main DVOACAP-Python prediction engine.
Changes
New Files
Updated Files
Archived Files (24 files moved to archive/)
old_dashboards/ - 3 previous dashboard versions
old_generators/ - 5 aborted prediction attempts
old_docs/ - 14 legacy documentation files
Benefits
Usage
See README.md for full documentation.