Regions

预测的简化多边形版本,以 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": [...]
        }
      }
  ]
}

许可

预测区域 API 公开的区域数据已获得 CC BY 4.0 许可。