temporaldataanalysis3d

This configuration is optional when using the plugin Gis_Temporal_Data_Analysis_3D.

  • Documentation

  • YAML Format

  • XML Format

Fill relevant inputs (blue boxes) and click the blue bars on the left to copy XML configuration snippets.
<TemporalDataAnalysis3D
<warningPointCount
>
optional
int

Soft upper limit for the total number of data points than can be displayed during the animation. If exceeded, the user will be asked if the player should start anyway. The number should be chosen in such a way that slightly exceeding it might lead to display problems, but not to a browser crash.

Default: 750000

</warningPointCount>
<maximumPointCount
>
optional
int

Hard upper limit for the total number of data points than can be displayed during the animation. If exceeded, the animation will not start and an error message will be displayed prompting the user to reduce the amount of data. The number should be chosen in such a way that exceeding it might lead to a browser crash.

Default: 1000000

</maximumPointCount>
<showMapPlaneForDataPointAtMousePointer
>
optional
boolean

true to display the map on the level of any point of a track just by pointing the mouse to it by default. Can be turned on and off in Cadenza at any time.

Default: false

</showMapPlaneForDataPointAtMousePointer>
>
required

The Temporal Data Analysis 3D feature displays time-dependent data series as tracks in a 3D view, where the third dimension is time. Settings can be made here to prevent the system from being overloaded by rendering too many points.

</TemporalDataAnalysis3D>
This is a generated sample file with fake data and all the possible options shown, refer to the Documentation tab for what combinations are valid and what is required or not.
cadenzaconfig:
  settings:
    temporaldataanalysis3d:
      warningPointCount: 15
      maximumPointCount: 15
      showMapPlaneForDataPointAtMousePointer: true

Filename: temporaldataanalysis3d-config.xml

This is a generated sample file with fake data and all the possible options shown, refer to the Documentation tab for what combinations are valid and what is required or not.
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<TemporalDataAnalysis3D>
  <warningPointCount>15</warningPointCount>
  <maximumPointCount>15</maximumPointCount>
  <showMapPlaneForDataPointAtMousePointer>true</showMapPlaneForDataPointAtMousePointer>
</TemporalDataAnalysis3D>