Versions Compared

Key

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

Table of Contents

A.1 GeoDatum

DELFTDelft-FEWS may use a number of national coordinate system as geo-datum. These are referenced by all configurations requiring a definition of geodatum.

All coordinates are handled internally as WGS 1984 (longitude-latitude). To add a new coordinate system to DELFTDelft-FEWS, the transformation between WGS-1984 and that system will need to added as Java class to DELFTDelft-FEWS.

The lists of GeoDatum supported are (amongst many others):

...

The user can also specify the UTM zone - this should be in the form UTM48N or UTM48S. The zones are shown below:

A.2 Time Zones

DELFTDelft-FEWS supports a number of time zones:

...

Code Block
<timeZone>
      <timeZoneName>GMT+9</timeZoneName>
</timeZone>

A.3 Units

DELFTDelft-FEWS supports a list of units. Most of these are SI units.

...

  • No difference is made between historic and forecast data. This is not considered a quality flag. The data model of DELFTDelft-FEWS is constructed such that this difference is inherent to the time series type definition.

...