IBM 天气服务的 return 值的文档在哪里?

Where is the documentation for the return values of the IBM Weather Service?

我找不到气象服务 REST Api 调用的所有 return 值的完整文档

只有 JSON 描述像 https://twcservice.mybluemix.net/rest-api/ 但是每个值的意思是什么?

例如什么是: "rh":? "wspd":? "wdir": ?

有入门指南https://new-console.ng.bluemix.net/docs/services/Weather/index.html?pos=2,但我没有找到完整的文档。

这是 JSON ...

的示例
 "forecasts": [
    {
      "class": "string",
      "expire_time_gmt": 0,
      "fcst_valid": 0,
      "fcst_valid_local": "2016-09-05",
      "temp": 0,
      "icon_extd": 0,
      "icon_code": 0,
      "dow": "string",
      "phrase_12char": "string",
      "phrase_22char": "string",
      "phrase_32char": "string",
      "pop": 0,
      "precip_type": "string",
      "rh": 0,
      "wspd": 0,
      "wdir": 0,
      "wdir_cardinal": "string",
      "gust": 0,
      "mslp": 0,
      "num": 0,
      "day_ind": "string",
      "dewpt": 0,
      "hi": 0,
      "wc": 0,
      "feels_like": 0,
      "subphrase_pt1": "string",
      "subphrase_pt2": "string",
      "subphrase_pt3": "string",
      "qpf": 0,
      "snow_qpf": 0,
      "clds": 0,
      "uv_index_raw": 0,
      "uv_index": 0,
      "uv_desc": "string",
      "uv_warning": 0,
      "golf_index": 0,
      "golf_category": "string",
      "severity": 0
    }

我发现 Weather Company Data API(仍然是 Bluemix,但现在已弃用)的文档提供了更多信息。

例如,上面写着:

rh:(整数)白天空气的相对湿度,[...]总是以百分比表示。

wspd: (整数)白天最大预报风速。

wdir: (整数)日间平均风向磁记法

所有 return 值的完整文档可以在这里找到:https://www.worldcommunitygrid.org/lt/images/climate/The_Weather_Company_APIs.pdf