Flood Forecasting API

  • The floodforecasting.googleapis.com API is used for flood forecasting purposes.

  • The service name floodforecasting.googleapis.com is necessary to create RPC client stubs.

  • The google.research.floodforecasting.v1.FloodsApi provides various methods for retrieving gauge information, hydrological model metadata, serialized polygons, gauge forecasts, and flood status.

  • Methods like BatchGetGaugeModels, BatchGetGauges, GetGauge, and GetGaugeModel allow retrieval of gauge and model metadata.

  • The API supports querying gauge forecasts and searching for gauges and flood status by geographical area.

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.
SearchLatestSignificantEvents Search for latest significant events.