Two-Tone Pseudo Colored Spiral Display

Christian Tominski, Steffen Hadlak, and Heidrun Schumann
University of Rostock, 2007
(see paper)

You need the latest Java-plugin for this page!!!

Controls:
Mouse hover: Highlight and label a segment
Left mouse button drag: zoom into a region of interest
Right mouse button: exit zoom mode
Sprial scrolling: when scroll arrows are visible, you can press [LEFT] key or [RIGHT] key or click the arrows to change the current view
Mouse wheel, [PAGE UP] key, [PAGE DOWN] key: scroll current view by one cycle (i.e., by the number of segments per cycle)

Valid data:
1. The first line in a data file must contain attribute names separated by semicolon
2. The second line contains the data types of the attributes also separated by semicolon
    (only "Real", "Integer", and "Date" attributes will be considered)
3. The rest of the lines contains the actual data
4. Note that a temporal reference is only recognized if "Date" is the first attribute in the file

Example:

Date;AvgTemp;Precipitation;RelHumidity
Date;Real;Real;Integer
1893-01-01;-10.6;0;79
1893-01-02;-12.9;0.1;97
1893-01-03;-12;3.2;85
...