Interface DailyDataBlock

Hierarchy

  • DataBlock
    • DailyDataBlock

Properties

clouds: number

Cloudiness percent.

dew_point: number

Atmospheric temperature (varying according to pressure and humidity) below which water droplets begin to condense and dew can form.

Units – default: kelvin, metric: Celsius, imperial: Fahrenheit.

dt: number

Time of the forecasted data, unix, UTC.

Temperature that accounts for the human perception of weather.

Depending on the Units selected this value will change.

Units – default: kelvin, metric: Celsius, imperial: Fahrenheit.

humidity: number

Humidity percentage.

moon_phase: number

Moon phase.

  • 0 and 1 are 'new moon'
  • 0.25 is 'first quarter moon'
  • 0.5 is 'full moon'
  • 0.75 is 'last quarter moon'.

The periods in between are called 'waxing crescent', 'waxing gibous', 'waning gibous', and 'waning crescent', respectively.

moonrise: number

The time of when the moon rises for this day, Unix, UTC

moonset: number

The time of when the moon sets for this day, Unix, UTC

pop: number

Probability of precipitation.

pressure: number

Atmospheric temperature on the sea level, measured in hectopascal (hPa).

rain?: number

Volume of rain for the day, measured in mm.

snow?: number

Volume of snow for the day, measured in mm.

sunrise: number

Sunrise time as a UTC Unix timestamp.

sunset: number

Sunsise time as a UTC Unix timestamp.

Forecasted temperature.

Depending on the Units selected this value will change.

Units – default: kelvin, metric: Celsius, imperial: Fahrenheit.

uvi: number

Midday UV index.

visibility?: number

Average visibility measured in metres (m).

weather: WeatherBlock[]

A block of user-facing weather information.

wind_deg: number

Wind direction in degrees (meteorological)

wind_gust?: number

Wind gust.

Units – default: metre/sec, metric: metre/sec, imperial: miles/hour.

wind_speed: number

Wind speed.

Units – default: metre/sec, metric: metre/sec, imperial: miles/hour

Generated using TypeDoc