Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migration of unmigrated content due to installation of a new plugin

Overview of ArcWat DBF import

...

functionality


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 WAARDE column should contain the values in a string, with a dot as decimal seperator.

An error will be raised in case the STAMP or WAARDE column does not contain a value that meets these requirements.

The missing value is defined as "-999.99"

...

The attached example file "Station1_Parameter1_20081004_1600.dbf" will be parsed into external location ID "Station1" and external parameter ID "Parameter1".

The DBF files can not be supplied in a ZIP file.

Configuration

In the import moduleinstance moduleInstance the next definition should be used to import ArcWat DBF files:

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

Example

Image Added