Versions Compared

Key

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

...

UnitConversions are defined to map internal units to external units. For each unit to be converted, the conversion method can be defined. This may be a simple multiplication (e.g. feet to metres), as well as a possible increment (e.g. o F to o C). The converted value is (inputUnitTypeValue * multiplier) + increment. In DELFT-FEWS the convention for storing level data is that this is with reference to the local datum. If the external unit specifies the datum is global, a Boolean flag can be used to indicate the data should be converted on import.

...