Versions Compared

Key

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

...

The module instances for importing forecasts, timeseries and threshold events are almost are  similar. Instead of configuring an exportArchiveRun, an importArchiveRun must be configured.  For archiveType ‘ForecastArchive’ and ‘TimeSeriesArchive’ an option includeGrids  is relevant.   When includeGrids is false, the gridded time series are not imported. 

The following example shows a configuration of an import archive module instance to import forecasts.

Code Block
xml
xml
titleImport_Archive_Forecast 1.00 default.xml
<?xml version="1.0" encoding="UTF-8"?>
<archiveRun xmlns="http://www.wldelft.nl/fews" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
 xsi:schemaLocation="http://www.wldelft.nl/fews http://fews.wldelft.nl/schemas/version1.0/archiveRun.xsd">
	<importDirectory>$ARCHIVE_IMPORT_PATH$</importDirectory>
	<exportDirectory>$ARCHIVE_EXPORT_PATH$</exportDirectory>
	<importArchiveRun>
		<archiveType>ForecastArchive</archiveType>
	</importArchiveRun>
</archiveRun>

Archive Display

It is possible to configure an Archive display that facilitates the retrieval of archives using a Stand Alone system. This Archive display can only be used when an Archive Server has been installed. For more information on installation of an Archive Server, please contact the FEWS Product Manager.