You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

ArcWat DBF import format


Arcwat provides DBF IV files that can be imported through the data import module of Delft-FEWS. The file is rather basic:
it contains two fixed colums, named "STAMP" and "WAARDE". The STAMP column contains the date-time and the "WAARDE" column contains the data value.

The importType should be ARCWAT_DBF.

The location and parameter ID are derived from the file name. If the file name is "LOC_PAR_INFO.DBF", the base file name will be splitted by the underscore character. The first token of the file name is used as external location and the second as external parameter ID.

Example

    <general>
      <importType>ARCWAT_DBF</importType>
      <folder>$IMPORT_FOLDER$/arcwat</folder>
      .....
    </general
  • No labels