Versions Compared

Key

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

...

Tags forecast location level

%EXTERNAL_FORECAST_LOCATION_ID% identification for forecast location which is not the FEWS id, but based on config element <externalIdAttributeFunction>
%FORECAST_LOCATION_ID% FEWS id of the forecast location
%SUBCATCHMENT_ID% id of the subcatchment the forecast location is part of
%FORECAST_LOCATION_NAME% FEWS name of the forecast location
%STATUS_TEXT% text describing the current status and latest peak of recent observations at this location
%STATUS_TEXT_XML% text describing the current status and latest peak of recent observations at this location. But then within the xml element <text type=\"flood_status\">%s</text> which will be left out if the status is empty
%FORECAST_TEXT% text combining the descriptions of the forecasts data points.
%FORECAST_TIME% forecast time of main time series => (real life time when main time series has been saved)
%FORECAST_DATA_POINTS(<templateId>)% for each time step in the forecast the text of the template within parentheses is translate. See forecast data point level paragraph for available tags in that template.
%EXPIRY_TIME% forecast time + expiryTime property value in hours. Default is 30 hours after forecast time.

Tags observation location level

%EXTERNAL_OBSERVATION_LOCATION_ID% identification for forecast location which is not the FEWS id, but based on config element <externalIdAttributeFunction>
%EXTERNAL_PARENT_ID% identification for main location which is not the FEWS id, but based on config element <externalIdAttributeFunction>
%OBSERVATION_LOCATION_NAME% FEWS name of the observation location
%PRODUCT_LOCATION_ID% FEWS id for the main location
%FORECAST_TIME% forecast time of main time series => (real life time when main time series has been saved)
%EXPIRY_TIME% forecast time + expiryTime property value in hours. Default is 30 hours after forecast time.
%LATITUDE% latitude value of the observation location
%LONGITUDE% longitude value of the observation location
%TIME_STEP(dateFormatId)% time of the last available observation value in the format specified between parentheses
%LEVEL% value of the last available observation
%TENDENCY% %TENDENCY% enumeration value of last available observation configured in <observationTendencyVariableId>, for instance "rising" or "falling"

Tags forecast data points

%FORECAST_DATA_POINT_TEXT% forecast text belonging to this data point (specific value within the forecast time series)
%FORECAST_TIME% forecast time of main time series => (real life time when main time series has been saved)
%EXPIRY_TIME% forecast time + expiryTime property value in hours. Default is 30 hours after forecast time.
%LIKELIHOOD% the likelihood of the forecast taken from mapping: Low(may) | Medium(is likely to) | High(is expected to) | Certain(will)
%LEVEL% value of forecast data point
%LEVEL_MIN% minimum value of forecast data point, when level type is not Range this will be translated to an empty string 
%LEVEL_MAX% maximum value of forecast data point, when level type is not Range this will be translated to an empty string 
%DATE_TIME(dateFormatId)% the exact date and time of the data point in the format between parentheses. When timeType is not DateTime this will be translated to an empty string.
%PART_DAY% the part day of the forecast date point. When timeType is not Part day this will be translated to an empty string.
%START_DATE_TIME(dateFormatId)% the start date and time of the time range of the data point in the format between parentheses. When timeType is DateTime this will be translated to an empty string.
%END_DATE_TIME(dateFormatId)% the end date and time of the time range of the data point in the format between parentheses. When timeType is DateTime this will be translated to an empty string.
%MEAN_DATE_TIME(dateFormatId)% the mean of the start and end date and time of the time range of the data point in the format between parentheses. When timeType is DateTime this will be translated to the exact date and time of the data point.
%FORECAST_SEVERITY% severity for forecast data point based on level and minor/moderate/major attribute values