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. |
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
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
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.
| 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>