Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface DailyDataPoint

A DataPoint that is returned from the Daily data block.

see

DataPoint

Hierarchy

Index

Properties

Optional apparentTemperature

apparentTemperature: undefined | number

The apparent (or “feels like”) temperature in degrees Fahrenheit.

Note: Only on hourly.

apparentTemperatureHigh

apparentTemperatureHigh: number

apparentTemperatureHighTime

apparentTemperatureHighTime: number

apparentTemperatureLow

apparentTemperatureLow: number

apparentTemperatureLowTime

apparentTemperatureLowTime: number

apparentTemperatureMax

apparentTemperatureMax: number

apparentTemperatureMaxTime

apparentTemperatureMaxTime: number

apparentTemperatureMin

apparentTemperatureMin: number

apparentTemperatureMinTime

apparentTemperatureMinTime: number

cloudCover

cloudCover: number

dewPoint

dewPoint: number

humidity

humidity: number

icon

moonPhase

moonPhase: number

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.

precipIntensityMax

precipIntensityMax: number

precipIntensityMaxTime

precipIntensityMaxTime: number

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

sunriseTime

sunriseTime: number

sunsetTime

sunsetTime: number

Optional temperature

temperature: undefined | number

The air temperature in degrees Fahrenheit (or specified units).

Note: Only on hourly, currently.

temperatureHigh

temperatureHigh: number

temperatureHighTime

temperatureHighTime: number

temperatureLow

temperatureLow: number

temperatureLowTime

temperatureLowTime: number

temperatureMax

temperatureMax: number

temperatureMaxTime

temperatureMaxTime: number

temperatureMin

temperatureMin: number

temperatureMinTime

temperatureMinTime: number

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

uvIndexTime

uvIndexTime: number

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

windGustTime

windGustTime: number

windSpeed

windSpeed: number

Generated using TypeDoc