Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface HourlyDataPoint

A DataPoint that is returned from the Hourly data block.

see

DataPoint

Hierarchy

Index

Properties

apparentTemperature

apparentTemperature: number

Optional apparentTemperatureHigh

apparentTemperatureHigh: undefined | number

The daytime high apparent temperature.

Note: Only on daily.

Optional apparentTemperatureHighTime

apparentTemperatureHighTime: undefined | number

The UNIX time representing when the daytime high apparent temperature occurs.

Note: Only on daily.

Optional apparentTemperatureLow

apparentTemperatureLow: undefined | number

The overnight low apparent temperature.

Note: Only on daily.

Optional apparentTemperatureLowTime

apparentTemperatureLowTime: undefined | number

The UNIX time representing when the overnight low apparent temperature occurs.

Note: Only on daily.

Optional apparentTemperatureMax

apparentTemperatureMax: undefined | number

The maximum apparent temperature during a given date.

Note: Only on daily.

Optional apparentTemperatureMaxTime

apparentTemperatureMaxTime: undefined | number

The UNIX time representing when the maximum apparent temperature during a given date occurs.

Note: Only on daily.

Optional apparentTemperatureMin

apparentTemperatureMin: undefined | number

The minimum apparent temperature during a given date.

Note: Only on daily.

Optional apparentTemperatureMinTime

apparentTemperatureMinTime: undefined | number

The UNIX time representing when the minimum apparent temperature during a given date occurs.

Note: Only on daily.

cloudCover

cloudCover: number

dewPoint

dewPoint: number

humidity

humidity: number

icon

Optional moonPhase

moonPhase: undefined | number

The fractional part of the lunation number during the given day: a value of 0 corresponds to a new moon, 0.25 to a first quarter moon, 0.5 to a full moon, and 0.75 to a last quarter moon.

The ranges in between these represent waxing crescent, waxing gibbous, waning gibbous, and waning crescent moons, respectively.

Note: Only on daily.

Optional nearestStormBearing

nearestStormBearing: undefined | number

The approximate direction of the nearest storm in degrees, with true north at 0° and progressing clockwise.

If nearestStormDistance is zero, then this value will not be defined.

Note: Only on currently.

Optional nearestStormDistance

nearestStormDistance: undefined | number

The approximate distance to the nearest storm in miles.

A storm distance of 0 doesn’t necessarily refer to a storm at the requested location, but rather a storm in the vicinity of that location.

Note: Only on currently.

ozone

ozone: number

Optional precipAccumulation

precipAccumulation: undefined | number

The amount of snowfall accumulation expected to occur, in inches.

If no snowfall is expected, this property will not be defined.

Note: Only on daily, hourly.

precipIntensity

precipIntensity: number

Optional precipIntensityError

precipIntensityError: undefined | number

The standard deviation of the distribution of precipIntensity.

We only return this property when the full distribution, and not merely the expected mean, can be estimated with accuracy.

Optional precipIntensityMax

precipIntensityMax: undefined | number

The maximum value of precipIntensity during a given day.

Note: Only on daily.

Optional precipIntensityMaxTime

precipIntensityMaxTime: undefined | number

The UNIX time of when precipIntensityMax occurs during a given day.

Note: Only on daily.

precipProbability

precipProbability: number

Optional precipType

precipType: PrecipitationType

The type of precipitation occurring at the given time.

If defined, this property will have one of the following values: "rain", "snow", or "sleet". If precipIntensity is zero, then this property will not be defined.

pressure

pressure: number

summary

summary: string

Optional sunriseTime

sunriseTime: undefined | number

The UNIX time of when the sun will rise during a given day.

Note: Only on daily.

Optional sunsetTime

sunsetTime: undefined | number

The UNIX time of when the sun will set during a given day.

Note: Only on daily.

temperature

temperature: number

Optional temperatureHigh

temperatureHigh: undefined | number

The daytime high temperature.

Note: Only on daily.

Optional temperatureHighTime

temperatureHighTime: undefined | number

The UNIX time representing when the daytime high temperature occurs.

Note: Only on daily.

Optional temperatureLow

temperatureLow: undefined | number

The overnight low temperature.

Note: Only on daily.

Optional temperatureLowTime

temperatureLowTime: undefined | number

The UNIX time representing when the overnight low temperature occurs.

Note: Only on daily.

Optional temperatureMax

temperatureMax: undefined | number

The maximum temperature during a given date.

Note: Only on daily.

Optional temperatureMaxTime

temperatureMaxTime: undefined | number

The UNIX time representing when the maximum temperature during a given date occurs.

Note: Only on daily.

Optional temperatureMin

temperatureMin: undefined | number

The minimum temperature during a given date.

Note: Only on daily.

Optional temperatureMinTime

temperatureMinTime: undefined | number

The UNIX time representing when the minimum temperature during a given date occurs.

Note: Only on daily.

time

time: number

The UNIX time at which this data point begins. minutely data point are always aligned to the top of the minute, hourly data point objects to the top of the hour, and daily data point objects to midnight of the day, all according to the local time zone.

uvIndex

uvIndex: number

Optional uvIndexTime

uvIndexTime: undefined | number

The UNIX time of when the maximum uvIndex occurs during a given day.

Note: Only on daily.

visibility

visibility: number

Optional windBearing

windBearing: undefined | number

The direction that the wind is coming from in degrees.

With true north at 0° and progressing clockwise. If windSpeed is zero, then this value will not be defined.

windGust

windGust: number

Optional windGustTime

windGustTime: undefined | number

The time at which the maximum wind gust speed occurs during the day.

Note: Only on daily.

windSpeed

windSpeed: number

Generated using TypeDoc