REST Resource: significantEvents

資源:SignificantEvent

重大事件是指預測發生機率高且影響重大的洪水事件。這些資料涵蓋我們沒有經過品質驗證的水位計的地點。

JSON 表示法
{
  "eventInterval": {
    object (SignificantEventInterval)
  },
  "affectedCountryCodes": [
    string
  ],
  "affectedPopulation": integer,
  "areaKm2": number,
  "gaugeIds": [
    string
  ],
  "eventPolygonId": string
}
欄位
eventInterval

object (SignificantEventInterval)

活動的開始和結束時間。

affectedCountryCodes[]

string

受影響的國家/地區,採 ISO 3166 alpha-2 格式。這份清單包含預計會受到事件影響的所有國家/地區。

affectedPopulation

integer

受影響區域的預估人口數。代表預計會受到事件影響的人口。

areaKm2

number

活動區域,以平方公里為單位。代表預計會受到事件影響的區域。

gaugeIds[]

string

活動中的計量表清單。這份清單包含預計會受到事件影響的所有儀表。

eventPolygonId

string

可傳送至 [serializedPolygons.get][google.research.floodforecasting.v1.GetSerializedPolygon] 的多邊形 ID,用於擷取事件區域的多邊形。

SignificantEventInterval

重大事件的時間間隔。

JSON 表示法
{
  "startTime": string,

  // Union field predicted_end_time can be only one of the following:
  "endTime": string,
  "minimumEndTime": string
  // End of list of possible types for union field predicted_end_time.
}
欄位
startTime

string

活動的開始時間。採用 ISO 8601 格式,例如「2025-03-17T10:34:00Z」。

聯集欄位 predicted_end_time。活動的結束時間。predicted_end_time 只能是下列其中一項:
endTime

string

活動的結束時間。採用 ISO 8601 格式,例如「2025-03-25T10:34:00Z」。

minimumEndTime

string

活動的最早結束時間。採用 ISO 8601 格式,例如「2025-03-25T10:34:00Z」。預計活動時間會超過模型的準備時間。我們不知道實際結束時間,但預計活動至少會持續到這個時間。

方法

搜尋最新重大事件。