IBM Weather Service的返回值的文档在哪里?

时间:2016-09-05 07:48:50

标签: weather-api

我找不到Weather Service REST Api调用的所有返回值的完整文档

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

例如: " 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
    }

2 个答案:

答案 0 :(得分:2)

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

例如,它说:

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

wspd :(整数)预测的最高白天风速。

wdir :(整数)磁性记谱法的日间平均风向。

答案 1 :(得分:0)

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