Valid targets being filtered out compared to dump1090 #24
Labels
No labels
Compat/Breaking
Kind/Bug
Kind/Documentation
Kind/Enhancement
Kind/Feature
Kind/Security
Kind/Testing
Priority
Critical
Priority
High
Priority
Low
Priority
Medium
Reviewed
Confirmed
Reviewed
Duplicate
Reviewed
Invalid
Reviewed
Won't Fix
Status
Abandoned
Status
Blocked
Status
Need More Info
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: olemd/skyview#24
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Problem Description
SkyView is filtering out several valid targets that dump1090 is able to show. This suggests we may have overly strict filtering or decoding problems that are rejecting legitimate ADS-B messages.
Expected Behavior
SkyView should be able to decode and display all valid aircraft that dump1090 can successfully process and display.
Potential Root Causes
Investigation Areas
Steps to Reproduce
Impact
Missing valid targets reduces the effectiveness of SkyView for aircraft tracking and may cause users to miss important aircraft in their coverage area.
Debugging Approach
Additional Information - Position Decoding Errors
Some targets that we do manage to decode are appearing hundreds of kilometers away from their actual position. This suggests serious issues with our CPR (Compact Position Reporting) decoding implementation.
Symptoms
Likely Causes
CPR Global/Local Decoding Issues:
Reference Position Problems:
Implementation Bugs:
Critical Areas to Review
This position error issue is likely related to the filtering problem - we may be rejecting correctly decoded positions as 'impossible' while accepting incorrectly decoded ones.