Versions Compared

Key

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

...

It also necessary to configure the locationAreaAttributeIduploadEditedDataToOpenArchive. This This  location attribute id function will be used to determine to which area (one or more) each location belongs.

...

Code Block
<?xml version="1.0" encoding="UTF-8"?>
<archives 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/archives.xsd">
	<catalogueUrl>http://localhost:7080/deltares-archive-server/catalogue</catalogueUrl>
	<elasticSearchUrl>http://localhost:7080/deltares-archive-server/elastic</elasticSearchUrl>
	<locationAreaAttributeId>REPORT<areaLocationAttributeFunction>@station:REPORT_FOLDER<FOLDER@</locationAreaAttributeId>areaLocationAttributeFunction>
	<locationAreaAttributeId>NWSID</locationAreaAttributeId>
	<locationAreaAttributeId>NAME</locationAreaAttributeId>
	<locationAreaAttributeId>STATE</locationAreaAttributeId>
	<uploadEditedDataToOpenArchive>true</uploadEditedDataToOpenArchive>
</archives>
   

In addition a workflow needs to scheduled to insert the data edits into the archive. More details can be found here 22-4 Merging edited data - DELFT-FEWS Documentation - Deltares Public Wiki

...