Versions Compared

Key

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

...

The following parts of the import configuration are important:

  1. importType: MultiflexMeter

  2. serverUrl:

    https://portal.multiflexmeter.net/api/v1/timeseries/{locationId}/?resolution=30s

    1. The

      tag {locationId}

      will

      be

      replaced

      by

      FEWS

      with

      the

      configured

      locations

      in

      the

      timeSeriesSet.

  3. The username and the password of the multiflexmeter api should be provided in the global.properties.

  4. A relative view period has to be configured that will determine the period for which the timeseries will be requested from the API. 
  5. An idMap should be configured to map FEWS locations to the multiflex locations and FEWS parameters to Multiflex parameters.
  6. Missing values: the service returns values that probably should be interpreted as missing values. For example, the value 65535 is returned quite often and is probably a missing value.

...