區域

簡化版預報,以多邊形表示,並以 GeoJSON 多邊形集合格式呈現凝結尾跡迴避區域。

凝結尾跡迴避區域會依嚴重程度分級,每個飛行高度的等級範圍為 1 到 4;1 代表輕微風險,4 代表極高凝結尾跡風險。

資料格式

區域採用 GeoJSON 格式,內含 FeatureCollection

{
  "type": "FeatureCollection",
  "features": [
      {
        "type": "Feature",
        "properties": {
            "time": "<ISO 8601 datetime>",
            "flightLevel": <int>,
            "threshold": <int>,
            "forecast_reference_time": "<ISO 8601 datetime>"
        },
        "geometry": {
          "type": "MultiPolygon",
          "coordinates": [...]
        }
      }
  ]
}

授權

Forecast Regions API 提供的區域資料是依據 CC BY 4.0 授權。