Telos

prclimate111

Contract

  • Table row type of climatemonth

    {
      "name": "climatemonth",
      "base": "",
      "fields": [
        {
          "name": "id",
          "type": "uint64"
        },
        {
          "name": "station",
          "type": "string"
        },
        {
          "name": "month_num",
          "type": "uint64"
        },
        {
          "name": "precip",
          "type": "float32"
        },
        {
          "name": "temperature_max",
          "type": "float32"
        },
        {
          "name": "temperature_min",
          "type": "float32"
        }
      ]
    }