Interface GridpointForecastPeriod

An object containing forecast information for a specific time period (generally 12-hour or 1-hour).

Hierarchy

  • GridpointForecastPeriod

Properties

detailedForecast: string

A detailed textual forecast for the period.

endTime: string

The ending time that this forecast period is valid for.

See

RFC 3339

icon: string

Deprecated

isDaytime: boolean

Indicates whether this period is daytime or nighttime.

name: string

A textual identifier for the period. This value will not be present for hourly forecasts.

number: number

Sequential period number.

shortForecast: string

A brief textual forecast summary for the period.

startTime: string

The starting time that this forecast period is valid for.

See

RFC 3339

temperature: number | QuantitativeValue

High/low temperature for the period, depending on whether the period is day or night.

This property as an integer value is deprecated. Future versions will express this value as a quantitative value object. To make use of the future standard format now, set the forecast_temperature_qv feature flag on the request.

temperatureTrend?: null | string

If not null, indicates a non-diurnal temperature trend for the period (either rising temperature overnight, or falling temperature during the day).

temperatureUnit: string

Deprecated

windDirection: WindDirection

The prevailing direction of the wind for the period, using a 16-point compass.

windGust?: string | QuantitativeValue

Peak wind gust for the period.

This property as an string value is deprecated. Future versions will express this value as a quantitative value object. To make use of the future standard format now, set the "forecast_wind_speed_qv" feature flag on the request.

windSpeed: string | QuantitativeValue

Wind speed for the period.

This property as an string value is deprecated. Future versions will express this value as a quantitative value object. To make use of the future standard format now, set the "forecast_wind_speed_qv" feature flag on the request.

Generated using TypeDoc