{
  "_id": "008094",
  "name": "Method used to calculate the average daily temperature",
  "values": [
    {
      "_id": "008094",
      "codeentry": "Average of maximum and minimum values: Tm = (Tx + Tn)/2",
      "codefigure": "0",
      "note": "(see Note)",
      "status": "Operational"
    },
    {
      "_id": "008094",
      "codeentry": "Average of the 8 observations taken every three hours",
      "codefigure": "1",
      "status": "Operational"
    },
    {
      "_id": "008094",
      "codeentry": "Average of the 24 hourly observations",
      "codefigure": "2",
      "status": "Operational"
    },
    {
      "_id": "008094",
      "codeentry": "Weighted average of 3 observations: Tm = (aT1 +bT2 + cT3)",
      "codefigure": "3",
      "note": "(see Note)",
      "status": "Operational"
    },
    {
      "_id": "008094",
      "codeentry": "Weighted average of 3 observations and also maximum and minimum values: Tm= (aT1 +bT2 + cT3 +dTx + eTn)",
      "codefigure": "4",
      "note": "(see Note)",
      "status": "Operational"
    },
    {
      "_id": "008094",
      "codeentry": "Automatic weather station complete integration from minute data",
      "codefigure": "5",
      "status": "Operational"
    },
    {
      "_id": "008094",
      "codeentry": "Average of the 4 observations taken every six hours",
      "codefigure": "6",
      "status": "Operational"
    },
    {
      "_id": "008094",
      "codeentry": "Reserved",
      "codefigure": "7-254",
      "status": "Operational"
    },
    {
      "_id": "008094",
      "codeentry": "Missing value",
      "codefigure": "255",
      "status": "Operational"
    }
  ]
}