Introduction
(Since 2024.01)
Data Analysis Displays can be configured in the DataAnalysisDisplays.xml.
A Data Analysis Display contains 2 to 4 panels, depending on the configuration:
- Data Selection
- Analysis (if configured in Toolboxes)
- Analysis Workflows (if configured in Toolboxes)
- Settings
General & Data selection
The relativeViewPeriod controls the default view period, can be changed by the user in the Settings panel.
The data selection panel is configured through:
- Referencing filterIds (should be the or child of the filterId as configured in the WebServices.xml)
- Configuration of the selection panel. Through the selection panel configuration the default names for the location-, parameter-, module instance selection panels can be provided. Optionally locationAttributes can be added to filter on.
Analytics Toolboxes
There are two types of analytical functions available:
- On-the-fly analytics
- Workflows running a analysis
They are configured in the toolboxes panel
On-the-fly analytics
At this moment there are two toolboxes available:
- Resampling toolbox
- Correlation & regression toolbox
Resampling
Configured through:
- adding <resampling/> in the <toolBoxes> element
- requires that resampling functions in the TimeSeriesDisplays.xml is configured, 02 Time Series Display Configuration#02TimeSeriesDisplayConfiguration-Resampling. Based on timeSteps in available in the Timesteps.xml
Correlation & regression toolbox
Configured through adding <correlation/>
Provides correlation toolbox with 6 regression functions and possibility to apply lower and upper threshold to the data on the y-axis.
Analysis Workflows
Workflows that run custom analytics can be configured. The workflow should have a coupled What-if template. At the moment only What-if properties are supported, not modifiers. The output of the workflow can be either (a) timeserie(s) visualised in a filter or archive products, see the Documents.xml documentation on how to configure this. Only the timeseries generated by the taskrun of the workflow will be visualised for a user. This is the case both for the filter as for the archiveProducts.
Couple to the archive
If the FEWS application has a Deltares Open Archive coupled, than results of an analysis can be uploaded to the archive by user. For this <exportArchiveProducts> should be configured.
Complete xml example
Please find a example of a feature complete Data Analysis Display below.