Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

To enable the timeseries lister, it must be added as explorertask in Explorer.xml:

No Format

<explorerTask name="Timeseries Lister">
   <iconFile>tableInfo.jpg</iconFile>
   <taskClass>nl.wldelft.fews.gui.plugin.timeseriestableviewer.TimeSeriesTableViewer</taskClass>
   <toolbarTask>true</toolbarTask>
   <menubarTask>true</menubarTask>
   <allowMultipleInstances>false</allowMultipleInstances>
   <accelerator>ctrl T</accelerator>
</explorerTask>

...

The Graphical User Interface contains a number of context menu options for selection/filtering and inspection of data. Right-click the mouse on one of the cells to access the context menu.

Menu option

Shortcut

Functionality

Alternative

Remark

Visible effect

Filter for selection

<insert>

Uses the cell content as a filter

Doubleclicking the cell

You can set different filters in different columns

Cell background turns blue

Remove filter for column

<F3>

Show all timeseries (again) for this column

Doubleclicking the blue cell

 

Cell background turns white

Remove all filters

<F6>

Show all timeseries (again)

Doubleclicking the blue cell

 

Cell background turns white

Sort column

<F7>

Sort the content of the column

Clicking the header

 

 

Select columns

<F8>

Opens a dialog for selecting the columns
(Met Data Elements/groups)

 

 

 

Show Timeseries Dialog

<F10>

Opens the TimeSeriesDialog and shows
the content of the selected (scalar) timeserie(s)

 

 

 

Show Spatial Display

<F11>

Opens the Spatial Display and shows
the content of the selected (gridded) timeserie(s)

 

 

 

Copy TimeseriesSet.xml to clipboard

 

Copies the TimeSeriesSet in XML format

 

 

Shows the XML in popup

Export to CSV

 

Export selected timeserie(s) to a CSV file

 

 

File dialog opens for saving the CSV file

Show interval statistics Allows the user to view statistics such as %available, %unreliable, %doubtful, Min, Max, Mean and also if values have exceeded a threshold   

Special Filter option: Start time / End time

...