Resource: GaugeModel
Metadata of a gauge's model.
JSON representation |
---|
{ "gaugeId": string, "gaugeModelId": string, "thresholds": { object ( |
Fields | |
---|---|
gaugeId |
The ID of the gauge. |
gaugeModelId |
The ID of the gauge's model. From time to time, the model for a gauge may change, and in that case we'll assign a new ID and new thresholds to the new model. Please use caution when comparing old forecasts to new ones if they were produced by different models. |
thresholds |
The thresholds of the gauge. |
gaugeValueUnit |
The value unit of the gauge's model. |
qualityVerified |
Whether this model is quality verified. Please use with caution when this value is set to false. |
Thresholds
Thresholds of a gauge's model.
JSON representation |
---|
{ "warningLevel": number, "dangerLevel": number, "extremeDangerLevel": number } |
Fields | |
---|---|
warningLevel |
Warning level. |
dangerLevel |
Danger level. |
extremeDangerLevel |
Extreme danger level. Not always present. |
GaugeValueUnit
Possible gauge value units.
Enums | |
---|---|
GAUGE_VALUE_UNIT_UNSPECIFIED |
Default value. This value is unused. |
METERS |
Meters. |
CUBIC_METERS_PER_SECOND |
Cubic meters per second. |
Methods |
|
---|---|
|
Get the current hydrological model metadata for multiple gauges. |
|
Get the current hydrological model metadata for a given gauge. |