AI-generated Key Takeaways
-
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 viaGetGauge
,BatchGetGauges
,GetGaugeModel
, andBatchGetGaugeModels
. -
You can query flood-related information such as gauge forecasts via
QueryGaugeForecasts
or the latest flood status for a specific gauge ID usingQueryLatestFloodStatusByGaugeIds
. -
Geographical search functionalities are provided through
SearchGaugesByArea
to locate gauges within a specific area andSearchLatestFloodStatusByArea
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 | |
---|---|
|
Get the current hydrological model metadata for multiple gauges. |
|
Get metadata about multiple gauges. |
|
Get metadata about a gauge. |
|
Get the current hydrological model metadata for a given gauge. |
|
Get a serialized polygon. |
|
Query gauge forecasts. |
|
Query latest flood status by gauge ids. |
|
Search for gauges by geographical area. |
|
Search latest flood status by geographical area. |