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

...

When you choose the option to import HIS-files, you have tot select a Delwaqor Sobek His-file from the WindowsFile open window.
Delwaq HISfiles are binary files with the following format:

  • Bytes 1 to 60: Header, divided into 4 sections of 40 characters. The first 3 may contain any printable text you like, the fourth section (bytes 121 to 160) should contain a string which makes it possible to convert the Delwaqtime in integer units to a real-world date and time. The format for this string is:
    "TO: YYYY.MM.DD HH:MM:SS (scu=nnnnnnnns)"
    234567890123456789012345678901234567890
    111111111222222222233333333334

The YYYY on position 5 to 8 should contain the year, 10 and 11 the month, 13 and 14 the day, 16 and 17 the hour, 18 and 19 the minutes, 20 and 21 the seconds of the date/time that is equivalent to t = 0 in Delwaqunits. Positions 31 to 38 should contain the number of units in 1 Delwaq 'scu (system clock unit) and on position 39 there should be an 's' if this is expressed in seconds, an 'h' if in hours, a 'd' if in days.

...

When time series are exported, the number of decimals will by default be set to 2 digits. When you want to save the time series with more digits, change the format of the SOBEK output in the ODS SERVER.ini file. This file is located in the "\Hymos 4\system\Ods Server" directory. An example is shown below.

Wiki Markup\[SOBEK\]
Extension="*"
SavesMetaData=FALSE
NumberFormat=" 0.000"

Exporting through ISAM drivers

...