Flood Forecasting API

  • The floodforecasting.googleapis.com service is used to create RPC client stubs for accessing flood forecasting data.

  • The FloodsApi offers methods to retrieve metadata for single or multiple gauges via GetGauge, BatchGetGauges, GetGaugeModel, and BatchGetGaugeModels.

  • You can query flood-related information such as gauge forecasts via QueryGaugeForecasts or the latest flood status for a specific gauge ID using QueryLatestFloodStatusByGaugeIds.

  • Geographical search functionalities are provided through SearchGaugesByArea to locate gauges within a specific area and SearchLatestFloodStatusByArea to find the most recent flood status for a certain area.

  • The API can also be used to get a polygon with GetSerializedPolygon.

floodforecasting.googleapis.com API.

Service: floodforecasting.googleapis.com

The Service name floodforecasting.googleapis.com is needed to create RPC client stubs.

google.research.floodforecasting.v1.FloodsApi

Methods
BatchGetGaugeModels Get the current hydrological model metadata for multiple gauges.
BatchGetGauges Get metadata about multiple gauges.
GetGauge Get metadata about a gauge.
GetGaugeModel Get the current hydrological model metadata for a given gauge.
GetSerializedPolygon Get a serialized polygon.
QueryGaugeForecasts Query gauge forecasts.
QueryLatestFloodStatusByGaugeIds Query latest flood status by gauge ids.
SearchGaugesByArea Search for gauges by geographical area.
SearchLatestFloodStatusByArea Search latest flood status by geographical area.