The Workshop module built in this example ([Example] Time Series Properties on Objects | Delay TSP) is built on the aviation ontology in the reference ontology, which may or may not be available on your enrollment. For more information on the relationships between those objects, see the use case overview. This example module will be a reference for you as you configure your own Workshop module using time series properties.
The Selecting an Object section of the module contains two standard Workshop widget features. A brief description of the widgets are explained below, and you can learn about general functionality in Workshop in our documentation. Follow the steps below to configure these widgets before adding time series properties to the module.
The Filter widget should take the Flight
object set and apply filters based on the Airport
properties. The filter widget should output an Airport
filter that can be used in the Object Table widget.
[Example] Airport
object type.Airport
, Complete Flight History
, Airport State Name
, Arriving Flight Count
, and Departing Flight Count
properties by selecting the + Add filter button.The Object Table widget will enable users to filter down on the object set and select an airport for further investigation.
all airports
.airport_filter
variable we created as an output for the Filter List widget.In the Column Configuration add the Title
, Daily Avg Arr Delay
, Daily Avg Dep Delay
, and Daily count of flights
columns by selecting + Add column.
Configure Default Sort(s) to be a property, and choose Select a property to sort by. Then, choose Arriving Flight Count
.
The TSPs in Workshop section of the module uses the available time series transforms in Workshop. Follow the instructions below to set up the Chart XY and Metric Card widgets shown in the dashboard.
daily count of flights for selected airport
time series property, where the selected airport is the output variable from the Object Table widget. Be sure to give your new variable an understandable name.daily dep delay for selected airport
TSP.Weekly Avg Dep delay
property. This time, when setting up the time series set variable, choose to also add a transform. In the transform, select Rolling and then Average over 1 weeks as the aggregation method. Be sure to give your new variable an understandable name.Max weekly average departure delay
variable you created when setting up the third plot layer of your Chart XY widget.The following guidances assumes a basic knowledge of navigating Quiver. To learn more about general Quiver functionality, review our documentation.
The TSPs in Quiver section of the example Workshop module contains an embedded Quiver dashboard. This Quiver dashboard performs the same calculations as the Workshop widgets discussed above. Follow the instructions below to set up the time series chart and metric card shown in the dashboard.
Once the following steps are complete, the analysis graph and resulting dashboard should look like the examples below:
Airport
object type by selecting Objects from the top menu bar.Airport
object type by selecting Search cards in the top menu bar and then searching for "object selector". Because you have already selected the Airport
object type set, the object selector card will automatically be applied to the Airport
objects.Notice that by adding the object time series property card, a time series chart and default shared time axis card were also generated.
Select Search cards or hover over the object time series property card until the menu appears. Select the search button and search for "rolling aggregate" to add a rolling aggregate card to the canvas.
From the setting menu on the plot in the upper right of the card, choose Average with a Value of 7, indicating every 1 week. Notice that this generates a new time series chart card.
The Eastern Iowa Airport
).Open your dashboard using the dashboard icon in the left sidebar. You can rename the sections and charts. For example the time series chart could have the title "Average Departure delays overlayed with rolling aggregate" and the numeric aggregation chart could have the title "Maximum rolling average delay".
In the Inputs section of the configuration menu to the right, add the object selection variable from the Airport
object set.
.