Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface MinutelyDataPoint

A DataPoint that is returned from the Minutely 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.

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.

Optional cloudCover

cloudCover: undefined | number

The percentage of sky occluded by clouds, between 0 and 1, inclusive.

Optional dewPoint

dewPoint: undefined | number

The dew point in degrees Fahrenheit (or specified units).

Optional humidity

humidity: undefined | number

The relative humidity, between 0 and 1, inclusive.

Optional icon

A machine-readable text summary of this data point, suitable for selecting an icon for display.

see

WeatherIcon

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.

Optional ozone

ozone: undefined | number

The columnar density of total atmospheric ozone at the given time in Dobson units.

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.

Optional pressure

pressure: undefined | number

The sea-level air pressure in millibars.

Optional summary

summary: undefined | string

A human-readable text summary of this data point.

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.

Optional temperature

temperature: undefined | number

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

Note: Only on hourly, currently.

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.

Optional uvIndex

uvIndex: undefined | number

The UV index.

Optional uvIndexTime

uvIndexTime: undefined | number

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

Note: Only on daily.

Optional visibility

visibility: undefined | number

The average visibility in miles, capped at 10 miles.

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.

Optional windGust

windGust: undefined | number

The wind gust speed in miles (or specified unit) per hour.

Optional windGustTime

windGustTime: undefined | number

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

Note: Only on daily.

Optional windSpeed

windSpeed: undefined | number

The wind speed in miles (or specified unit) per hour.

Generated using TypeDoc