Radio frequency display and heat map options#54
Merged
Conversation
Implements three visualization variants for VOACAP coverage maps: V1: Region Blocks - Discrete colored regions (EU, AS, JA, SA, AF, OC) - Easy to understand, lower computational requirements - Best for quick regional overview V2: Smooth Heat Map - Continuous gradient visualization using Leaflet.heat - Shows detailed propagation hotspots - Best for identifying optimal beam headings V3: Hybrid - Combines heat map with light region boundaries - Best of both worlds approach - Recommended default implementation All mockups include: - Updated TX power options: 5, 25, 50, 100, 500, 1000, 1500W - Frequency format B: implied MHz (e.g., "14.074") - Mode-specific calling frequencies (FT8, FT4, SSB, CW) - Interactive controls for band, mode, power, and time offset - DXCC entity tracking with propagation status - Real-time summary bar Design supports smooth iso-area rendering with fallback to 4-character maidenhead grid if computation is prohibitive.
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.
Implements three visualization variants for VOACAP coverage maps:
V1: Region Blocks
V2: Smooth Heat Map
V3: Hybrid
All mockups include:
Design supports smooth iso-area rendering with fallback to 4-character maidenhead grid if computation is prohibitive.