Versions Compared

Key

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

...

Through manual editing of data, the source of the data changes from original to corrected. The font colour used for edited data is blue to indicate that it is completed data. The background colour remains white, as the data has not yet been validated. If however, after pressing [Apply ] validation indicates that the value exceeds certain validation limits, the background colour will be set accordingly.


ReadOnlyPeriod

Since 2020.01 it is possible to "freeze" part of a time series and make that part uneditable. This can be useful if the values need to be evaluated and verified, than used in different systems. This ensures that they all contain the same data, and that cannot change.  This can be done by configuring a ReadOnlyPeriod. This contains a relative time, and a time series filter. All time series that match the filter become uneditable before the given relative time. Exempel configuration:

Code Block
languagexml
linenumberstrue
<!-- This item is not fully configured, only displayed to show the position of readOnlyPeriod in the XML file-->
<description>...</description>
<!-- This item is not fully configured, only displayed to show the position of readOnlyPeriod in the XML file-->
<generalDisplayConfig>...</generalDisplayConfig>
<!-- This item is not fully configured, only displayed to show the position of readOnlyPeriod in the XML file-->
<defaultViewPeriod unit="day" start="-5" end="5"/>
<!-- This item is not fully configured, only displayed to show the position of readOnlyPeriod in the XML file-->
<globalDatumLocationSetId>...</globalDatumLocationSetId>
<scrollerDefaultViewPeriod start="-2" end="2" unit="hour"/>
<readOnlyPeriod>
   <relativeTime value="-2" unit="day"></relativeTime>
   <timeSeries>
      <locationId>LocA</locationId>
   </timeSeries>
</readOnlyPeriod>

In this case, data older than 2 days before the system time, in a time series where the location ID is LocA, becomes uneditable.

You can configure as many readOnlyPeriods as you wish. They should be configured in the TimeSeriesDisplayConfig, following scrollerDefaultViewPeriod. The image bellow shows the time from when the time series becomes uneditable. "Frozen" time series can be edited, if "enable editing read only period" option is selected. Time series that are entirely uneditable remain so.

Image Added

Editing data labels

Data labels can also be edited from the Table when the   Enable Edit mode is active. Press the right mouse button when selecting one or multiple cells in the table and select the Mark option. It is now possible to change the data label of a value to reliable, doubtful, etc.. or remove the Manual Data Label Marks. A special data label is the Persistent Void or Persistent Unreliable data label, this label is used by the secondary validation module.   

...

The data selection made in the Data Viewer can be stored through its toolbar. This allows for storing favorite data selections / graphs in the user settings. More information on this functionality can be found in the location parameter selection section of the FEWS Explorer page.

Code Block
languagexml
linenumberstrue
<readOnlyPeriod>
   <relativeTime value="-2" unit="day"></relativeTime>
   <timeSeries>
      <locationId>LocA</locationId>
   </timeSeries>
</readOnlyPeriod>