Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Display true color imagery


 


scrollbar


Anchor
_Toc154574472
_Toc154574472
Anchor
_Toc95297305
_Toc95297305

...

The background maps to be displayed are defined in the geoMap element. More information on the configuration of the geoMap element can be found here


Anchor
_Toc154574473
_Toc154574473
Anchor
_Toc95297306
_Toc95297306
compare two different simulated forecasts spatially (Since 2020.02)


It is possible to compare results from two simulated forecasts. Open the two forecasts you want to compare in the forecast manager. When the open button is not visible make sure the forecastListSize is larger than 0.  

Code Block
titlexml
<panelSizes>
	<loggingPanelSize>0</loggingPanelSize>
	<listsPanelSize>22</listsPanelSize>
	<filterListSize>38</filterListSize>
	<locationListSize>45</locationListSize>
	<parameterListSize>19</parameterListSize>
	<forecastListSize>20</forecastListSize>
</panelSizes>




Image Added


Image Added

The classbreaks (legend) for the absolute and relative difference are automatically calculated based on the default classbreaks for the plot. However you can configure these two classbreaks yourself the absoluteDifferenceClassBreaksId and relativeDifferenceClassBreaksId. You can configure both or one of them.

Code Block
titlexml
<defaults>
   <plotId>Meteo - Air Temperature</plotId>
   <absoluteDifferenceClassBreaksId>abs_id</absoluteDifferenceClassBreaksId>
   <relativeDifferenceClassBreaksId>relative_Id</relativeDifferenceClassBreaksId>



Split Grids.xml file in multiple config files with gridPlotGroups (Since 2019.02)

...