📡 VE1ATM HF Propagation Prediction System

Ready to Use!

Your personalized HF propagation prediction tool using DVOACAP-Python is ready.

🌍 Open Dashboard 📖 Documentation

✨ What You've Got

📊 Real-time Band Predictions
See current propagation quality for all your bands (40m-10m) to major regions worldwide
🎯 DXCC Integration
Your log shows: 122 entities worked, 94 confirmed via LoTW
Dashboard highlights which regions you still need for DXCC
⏰ 24-Hour Forecast
Plan your operating sessions with hour-by-hour predictions showing when bands open/close
🌍 Interactive Map
Visual display of propagation paths from your QTH (FN74ui) with color-coded signal strength
☀️ Solar Conditions
Live solar flux, sunspot numbers, and geomagnetic indices affect propagation

🚀 Quick Start

1. View Current Conditions (Now!)

Click the Open Dashboard button above to see your current band conditions.

2. Update Predictions

To get fresh predictions with latest solar data, run:

python3 generate_predictions.py

Or use the update script:

./update_predictions.sh

Then refresh the dashboard in your browser.

3. Schedule Automatic Updates

For continuous updates, set up a cron job to regenerate every 2 hours:

0 */2 * * * cd /path/to/Dashboard && python3 generate_predictions.py

📖 Understanding the Display

Band Quality Indicators:

Solar Conditions (Higher is Generally Better):

Note: Current predictions use estimated solar values. When you run the script with internet access, it will fetch real-time NOAA data automatically.

🛠️ How It Works

Backend (Python):

Frontend (HTML/JavaScript):

📁 Your Files

🌟 Deployment Options

Option 1: Local Use (Easiest)

Just open the HTML files in your browser. Generate new predictions as needed.

Option 2: Static Website (Free Hosting)

Upload these files to:

Set up a GitHub Action or cron job to regenerate predictions hourly and auto-deploy.

Option 3: Local Web Server

python3 -m http.server 8000

Then visit: http://localhost:8000/dashboard.html

🔮 Future Enhancements

This system can be enhanced with:

VE1ATM HF Propagation Prediction System
Powered by DVOACAP-Python | Custom-built for FN74ui
73 and good DX! 📡

🚀 Launch Dashboard