Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migration of unmigrated content due to installation of a new plugin

...

For import of CSV format, some configuration is required, as 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, as in the following example:

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>

...

Alternatively, zooming can be done with help of the scroll wheel on the mouse (when available). Zooming in and out is done by respectively turning the scroll wheel away and towards for the user. The position of the cursor determines the centre point of the zoom action.

Distance ruler

With the ruler button you can measure a distance on the map

Image Added



Selecting locations and parameters

...

  • Clear Messages will remove all messages from the panel
  • Save As will allow you to save the messages in the Log Panel to file

Tabs

"Open At Startup" menu item. When the tab is already opened at startup by explorer configuration this menu item will not be available. The last selected panel in a schematic status display is now saved in the user settings. The last selected tab is also saved in the user settings to make this feature more powerful

Image Added



Status Bar

The Status Bar provides information about the status of the forecasting system. The information that is displayed can be defined by the user via the Options menu (see also Options ). Some information is always visible.

...