skyview/internal/modes
Ole-Morten Duesund 29aedb5b50 Remove arbitrary 600kt speed cap from Mode S decoder
The decoder was capping all speeds at 600kt before validation, which caused:
1. Corrupt helicopter data to show false 600kt readings
2. Legitimate high-speed aircraft to be incorrectly limited
3. Validation logic in merger to miss corrupt data detection

The merger already has proper speed validation at 2000kt (Mach 3) and
position-based validation that catches impossible speeds from corrupt data
regardless of aircraft type.

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-08-24 21:43:15 +02:00
..
decoder.go Remove arbitrary 600kt speed cap from Mode S decoder 2025-08-24 21:43:15 +02:00