Difference between revisions of "通用预报接口/v2.6"

From Caiyun Wiki
Jump to: navigation, search
 
(3 intermediate revisions by the same user not shown)
Line 2: Line 2:
  
 
'''本接口尚处在开发中'''
 
'''本接口尚处在开发中'''
 +
 +
=== Whats'new in v2.6 ===
 +
 +
==== 新加功能 ====
 +
 +
* 小时级别体感温度
 +
** <code>$.result.hourly.apparent_temperature</code>
 +
* 天级别增加白天/夜晚的风速、风向、温度
 +
** <code>$.result.daily.temperature_08h_20h</code>
 +
** <code>$.result.daily.temperature_20h_32h</code>
 +
** <code>$.result.daily.wind_08h_20h</code>
 +
** <code>$.result.daily.wind_20h_32h</code>
 +
* 预警数据携带行政区划等级
 +
** <code>$.result.alert.adcodes</code>
 +
==== 机制修复和完善 ====
 +
本部分修复和其他版本在保持向下兼容的同时共享。
 +
* 获取预警信息时的行政区划更加精确
 +
* 中国区域 AQI 站点增加

Latest revision as of 06:45, 26 April 2021

本文版本:v2.6,当前稳定版本版本:v2.5,历史版本:v2.2v2.3,和 v2.4

本接口尚处在开发中

Whats'new in v2.6

新加功能

  • 小时级别体感温度
    • $.result.hourly.apparent_temperature
  • 天级别增加白天/夜晚的风速、风向、温度
    • $.result.daily.temperature_08h_20h
    • $.result.daily.temperature_20h_32h
    • $.result.daily.wind_08h_20h
    • $.result.daily.wind_20h_32h
  • 预警数据携带行政区划等级
    • $.result.alert.adcodes

机制修复和完善

本部分修复和其他版本在保持向下兼容的同时共享。

  • 获取预警信息时的行政区划更加精确
  • 中国区域 AQI 站点增加