Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Forecast tree element name change

...

Code Block
xml
xml
		<explorerTask name="Tabular ConfigFiles Display">
			<iconFile>csvfile.png</iconFile>
			<mnemonic>L</mnemonic>
			<predefinedDisplay>tabular config files display</predefinedDisplay>	
			<toolbarTask>true</toolbarTask>
			<menubarTask>true</menubarTask>
			<accelerator>ctrl L</accelerator>
			<toolWindow>false</toolWindow>
			<loadAtStartup>true</loadAtStartup>
		</explorerTask>	

 


Displaying Content

To display the data a location has to be selected in the Data Viewer. After selecting a location a list of configuration files will be displayed. The content of the first configuration file will be shown by default. Selecting another file will display its content.

...

In case not all columns should be visible, right clicking on a value will show the "Set column visibility" menu. This allows a user to select or deselect columns that should be visible (at least one column has to remain visible). These settings will be stored in the user settings and will remain available after FEWS was restarted.

 


Show modified values

Since 2017.02 it's possible to show modfied files in tabular config files that have been applied by modifiers. By checking the "Show changed values" checkbox all values that have been changed by modifiers will get a blue background color. A tooltip will display the unmodified value. The modified values can be exported to CSV using the export button.

...

Since 2019.02 the Tabular Config File Display is also connected to the forecast tree. If locations are configured in the Topology.xml configuration, the related tabular config files for those locations will be displayed. The first location will be selected in the table.

Since 2021.02 the locations are linked using the tabularLocationId element.

Code Block
languagexml
titleTopology.xml with tabularLocationId
<nodes id="NodesWithLocations" name="Nodes with Location Ids">
	<node id="NodeWithLocationId" name="Node with location">
		<tabularLocationId>GLB</tabularLocationId>
	</node>
...

Prior versions use the locationId element.

Code Block
<nodes id="NodesWithLocations" name="Nodes with Location Ids">
	<node id="NodeWithLocationId" name="Node with location">
		<locationId>GLB</locationId>
	</node>
...

...

It is also possible to select a layer attribute on the Map display. This requires the tooltip icon  to be enabled. When hovering over the layers on the map or Grid, the layer attributes will be highlighted. When they are highlighted, using a left mouse click will show the corresponding entry in the Tabular Config Files Display.