To start using sensor object type time series data, open the Flight Sensor Data module in Workshop. You can find the module using the platform Quicksearch feature. This example module will be a reference for you as you configure your own Workshop module using sensor object type time series data.
By the end of this guide, our module will enable you to filter down flights by departure time and airport. From there, the Object Table widget will display a list of flights you can select to view the linked sensor object time series data.
The Map, Object Table, and Filter widgets of the module are standard Workshop features. Follow the steps below to configure these widgets before adding time series-specific widgets to the module.
The Filter List widget should take the Flight
object set and apply filters based on route id
.
Flights with linked flight sensors
object type variable.Route Id
property by selecting + Add filter.Flights filtered by route id
.Flights with linked flight sensors
.Filter by route
variable.Selected flight from table 1
. No other configuration is needed.Flights filtered by route id
you created in steps 3-5 and create an output variable called Selected flight from table 2
.Create a dropdown menu of desired series names to pass into the Quiver dashboard that you will create in later steps.
heading
, vertical_speed
, speed
and any other sensor name that you would like to display.Selected series name
variable.Now, you will create two variables representing the flight IDs of the flights selected from both the left and right tables. Each variable is a string backed by the Flight Id
property from both the Selected flight from table 1
and Selected flight from table 2
variables configured in the Object Table widgets. You will pass these variables into the Quiver dashboard.
Selected Flight from Table
variable as the object set with a single option, then the Flight Id
as the property for the Selected Flight Id
variable.The following guidances assumes a basic knowledge of navigating Quiver. To learn more about general Quiver functionality, review our documentation.
This Workshop module contains an embedded Quiver dashboard. Follow the instructions below to set up the time series chart and metric card shown in the dashboard.
Flight Sensor
object typeCreate a new Quiver analysis with the Flight Sensor
object type set by selecting Objects from the top menu bar and searching for Flight Sensor
object type. Select Add object set to add the object set table to the canvas.
Flight Sensor
objects with that flight_id
property.Flight Sensor
objects matching the sensor name passed in from the Workshop module.Flight Sensor
object set table to show the Search menu, or select Search cards to add a filter object set card. This card will filter the sensor objects by the selected flight id
. Review our object set filters documentation for more information.Add a filter by selecting Add a filter to limit your resulting object set, then selecting the option for ...where flight id is.
Select the String variable in the dropdown menu, and select the Flight Id 1
string parameter you made in the previous step.
Add another filter by selecting Add a filter to limit your resulting object set, then select the option for ...where series name is.
Choose is(exact match) from the dropdown menu, then select the String variable.
Select the Sensor name
string parameter that you created earlier.
Flight Id 2
parameter. You should then have two separate charts for grouped time series.Navigate to the dashboard by selecting View dashboard, or access it from the Dashboard tab on the left side of your screen.
Make sure the object selection card is at the top of the dashboard and rename the widgets to a useful name. For example, "Select an object" and "Flight sensor rolling 10 minute aggregate".
Select the Settings cog in the dashboard to open the dashboard configuration panel and add the following string inputs:
Flight Id 1
.Flight Id 2
.Sensor name
.Rename your dashboard so that it is easily searchable from the Workshop module. In this example, the dashboard is named [Example] Sensor Object Time Series Data | Flight Sensor Reading Comparison
.
Review our Quiver dashboard documentation for more information on how to create and customize a Quiver dashboard.
If necessary, you can navigate back to the dashboard and start an analysis by editing the Workshop module, selecting the configuration of the Quiver dashboard widget, and choosing to view the Quiver dashboard. Then select Edit to view the backing analysis.
Review our documentation for more information on how to customize a Quiver dashboard in Workshop.