![]() | "Planeplotter: Conditional Expressions" by Al222 (21098 pt) | 2024-Nov-24 15:40 |
The Conditional Expressions for Visualization feature in PlanePlotter allows users to customize how aircraft are displayed on the map based on specific user-defined criteria. This feature is particularly useful for filtering and organizing data, enhancing monitoring efficiency.
A conditional expression is a custom rule that specifies which aircraft to display, how they should be represented, or what details to highlight on the map. It consists of a set of conditions compared to the data received from aircraft.
For example, you can create an expression to show only aircraft flying above 10,000 feet or belonging to a specific airline.
Access the Functionality:
Go to the Options > Conditional Expressions menu in PlanePlotter.
Define the Criteria:
Enter an expression that uses available parameters from Mode-S/ADS-B data. Common criteria include:
Save and Apply:
After entering the expression, save it and ensure it’s applied. PlanePlotter will use this rule to filter the displayed data.
Display aircraft above 30,000 feet:
alt > 30000
Show only aircraft within 100 km of your observation point:
dist < 100
Highlight only aircraft heading southeast (90-180 degrees):
hdg > 90 && hdg < 180
Filter for a specific aircraft type, e.g., Airbus A320:
type == 'A320'
Display only aircraft registered in Italy:
country == 'Italy'
The Conditional Expressions for Visualization feature is a powerful tool to make PlanePlotter highly customizable and optimized for any type of air traffic monitoring.
Evaluate |