Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: drop-down menu uitleg weggehaald en vervolgens verbeterd in de 03 Dropdown Menu

...

The drop-down menu bar provides access to all displays that are configured for your specific setup of FEWS.

File - Reload configuration (F5)

This menu option allows for the reloading of the configuration. This means that changes to the configuration can be tested without the need to exit and restart the FEWS Explorer. It’s a convenient feature for making adjustments and immediately seeing their effects.

File - Export timeseries

This menu option opens the “Export Time Series” dialog.

Image Removed

This dialog box can be used to filter the selected time series based on view period, module instance, reliability, and status. Once the filter options are selected, the time series that match the given criteria are saved to a file.

When the user selects “unreliable” in the Export Time Series dialog, only export formats that write quality flags are available. These include PI XML files, CSV files with quality flags, and Dutch CSV files with quality flags.

If “unreliable” is not selected in the Export Time Series dialog, then all export formats are available. This is necessary because if unreliable values were exported without quality flags, it would not be possible to identify which values are unreliable in the exported file. In the case of CSV format with quality flags, the complete text of the quality flags (including STATE and DETECTION flags, if they exist) are added to the time series.

The available export formats in the Export Time Series dialog are:

  1. PI XML
  2. GIN XML
  3. CSV, Dutch CSV
  4. CSV with Quality Flags
  5. Dutch CSV with Quality Flags
  6. iBever CSV
  7. Hymos Transfer DB 4.50 MDB
  8. Hymos Transfer DB 4.03 MDB
  9. Menyanthes CSV
  10. UM Aquo 2009 XML

For more information, see: Interactive Export

File - Dock all undocked windows

Available since 2020.02. Clicking it docks all undocked windows.

File - Temporary import

Available since 2021.02, this feature provides a simple option to temporarily import files in PI XML, NetCDF, or CSV format. This allows you to inspect files without first having to configure a specific import and display.

1D time series (scalar) can be imported using either PI XML or NetCDF. Additionally, the NetCDF format also allows the import of 2D grid data for a single time step. The imported data is not stored in the datastore and will be disconnected when you exit the FEWS Explorer UI.

Please note that NetCDF is a very flexible format, so not every NetCDF file will be imported successfully. FEWS will try to use the NetCDF CF convention to identify location, parameter, and time-related dimensions. For 1-D scalar data, the NETCDF-CF_TIMESERIES import type is assumed, and for 2D grid data, the NETCDF-CF_GRID import type is used.

For the import of CSV format, some configuration is required. A Table Layout needs to be defined to control which columns of the CSV file contain location ID, parameter ID, and date/time information. The table layouts to use are to be configured in the explorer.xml config file.

Code Block
languagexml
</interactiveExportFormats>
<temporaryImportFormats>
	<temporaryImportFormat>
        <name>General CSV</name>
        <table>
            <dateTimeColumn name="DateTime" pattern="dd-MM-yy HH:mm"/>
            <locationColumn name="Location"/>
            <parameterColumn name="Parameter"/>
            <valueColumn name="Value"/>
        </table>
	</temporaryImportFormat>
</temporaryImportFormats>
<explorerTasks>

For the CSV import, the General CSV parser is utilized. This means it might be possible to copy the table definition from an existing CSV import configuration. Multiple table definitions can be configured, each with a unique name. After this, the user will be prompted to select a table definition to use for the import.

Button bar

The button bar offers quick access to frequently used tools. These tools are plug-ins to the FEWS Explorer. See FEWSExplorer-StatusBar for more information.

...

In the Button Bar, there is a section further aiding location and parameter selection ()


Icon

Description

Image Modified

Rectangle selection: When selected allows you to press left mouse button and drag to create a rectangular box over the Map Display. When released it will select all locations contained in the rectangle.

Image Modified

Lasso selection: It allows you to create a freehand selection in the Map Display. To do this, press and hold the left mouse button and drag it around the locations you want to select. Release the mouse button to finalize the selection.

There is also a button bar in the Data Viewer which allows storing selections you wish to reuse later.

Icon

Description

Add selection: Stores the current filter, location and parameter selection. A Pop-up will allow you to enter a name for this selection. After entering the name and pressing OK, the selection can be found in the dropdown box to the right.

Remove selection: Removes the current item in the saved selection dropdown box to the right of this icon. If there is no current item, or it is empty, nothing will happen.

Saved selection dropdown: When an item from this list is selected, the filters, locations, and parameters contained in that item will be chosen in the Map Display and Data Viewer. Selections can be added or removed using the ‘Add/Remove location selection’ buttons

...

In Delft FEWS, the following location icons have been chosen, but in principle, any icon can be selected to represent a location type in FEWS.

Icon

Description

Image Removed

Image Added

gauged fluvial siteImage Removed

Image Added

ungauged fluvial siteImage Removed

Image Added

meteorological siteImage Removed

Image Added

radar data siteImage Removed

Image Added

coastal siteImage Removed

Image Added

catchment center pointImage Removed

Image Added

default site

Data availability and validation

Data availability icons show what kind of data is available for the timeSeries selected in a filter. 

Icon

Description

Image Removed

Image Added

no data stored in database (also when looking outside of the view period)Image Removed

Image Added

only missing values available in view periodImage Removed

Image Added

only missing values available in view period for some time series (configurable since 2011_02; see someSeriesCompletelyMissingIconVisible in the Explorer file)Image Removed

Image Added

some missing values available in view periodImage Removed

Image Added

soft validation limit exceededImage Removed

Image Added

hard validation limit exceededImage Removed

Image Added

data edited or interpolated

...

In case the high flow thresholds or rainfall thresholds are exceeded within the configured view period, the following icon is displayed:

Icon

Description

Image RemovedImage Added

a threshold exceeded in view period

...

There are five additional icons pre-configured for five threshold levels, which are merged with the original threshold icon. These extra icons are:

Icon

Description

Level 1 threshold crossing in historic and forecast period

Level 2 threshold crossing in historic and forecast period

Level 3 threshold crossing in historic and forecast period

Level 4 threshold crossing in historic and forecast period

Level 5 threshold crossing in historic and forecast period

...

The following types of system messages are identified:

Log level

Description

FatalFATAL

Severe errors that cause premature termination

ErrorERROR

Other runtime errors or unexpected conditions

WarnWARN

Events that are undesirable or unexpected, but not necessarily wrong

InfoINFO

Runtime events (startup/shutdown) that allows tracking of the progress of the system

...

The System status icon, located in the lower right corner of the display, indicates whether the system is operating normally or encountering severe errors. The icon has the following display modes:

IconColorDescription

Image RemovedImage Added

GreenSystem is running normally but warnings have been encountered.

Image RemovedImage Added

YellowThe system has encountered severe errors in the past 48 hours. This indicates that at least one system message with log level ERROR has been generated. Once all messages with this log level have been acknowledged by the user via the System Monitor, the icon will turn green again.

Image RemovedImage Added

RedThe system has encountered fatal errors in the past 48 hours. This indicates that at least one system message with log level FATAL has been generated. Once all messages with this log level have been acknowledged by the user via the System Monitor, the icon will turn green again.

...