WeatherCondition

Represents a single weather condition.

Parameters

geometry

represents the precise location of the current condition value

systemOfMeasurement

represents the unit of measure

temperature

represents temperature in defined unit of measure

temperatureFeelsLike

represents an apparent temperature. It represents what the air temperature “feels like” on exposed human skin due to the combined effect of the wind chill or heat index.

cloudCover

represents hourly average cloud cover expressed as a percentage.

dewPoint

represents the temperature to which air must be cooled at constant pressure to reach saturation.

humidity

represents the relative humidity of the air, which is defined as the ratio of the amount of water vapor in the air to the amount of vapor required to bring the air to saturation at a constant temperature. Relative humidity is always expressed as a percentage.

precipitationRate

represents rolling hour liquid precip amount. The amounts presented are a rolling time through the request time (now). Units - Expressed in inches when systemOfMeasurement=WeatherSystemOfMeasurement.Imperial, expressed in millimeters when systemOfMeasurement=WeatherSystemOfMeasurement.Metric.

precipitationProbability

represents hourly maximum probability of precipitation expressed as a percentage.

pressureSeaLevel

represents sea level pressure in millibars. In other words, the average barometric pressure at sea level. Range - Millibars precise to 1/10th mb

visibility

represents the horizontal visibility at the observation point. Visibilities can be reported as fractional values particularly when visibility is less than 2 miles. You can also find visibility values that equal zero. This occurrence is not wrong. Dense fog and heavy snows can produce values near zero. Fog, smoke, heavy rain and other weather phenomena can reduce visibility to near zero miles or kilometers.

windSpeed

units: expressed in miles per hour when systemOfMeasurement=WeatherSystemOfMeasurement.Imperial expressed in kilometers per hour when systemOfMeasurement=WeatherSystemOfMeasurement.Metric.

windGust

represents information about sudden and temporary variations of the average Wind Speed. Units: expressed in miles per hour when systemOfMeasurement=WeatherSystemOfMeasurement.Imperial expressed in kilometers per hour when systemOfMeasurement=WeatherSystemOfMeasurement.Metric.

windDirection

represents the magnetic wind direction from which the wind blows expressed in degrees. The magnetic direction varies from 0 to 359 degrees, where 0° indicates the North, 90° the East, 180° the South, 270° the West, and so forth.

weatherPhrase

represents a text description (up to 32 characters) of observed weather conditions in English.

daytime

indicates whether it is daytime or nighttime based on the Local Apparent Time of the geometry.

Properties

Link copied to clipboard
val cloudCover: Float? = null
Link copied to clipboard
val daytime: Boolean? = null
Link copied to clipboard
Link copied to clipboard
val geometry: Geometry
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val windGust: Float? = null
Link copied to clipboard

Functions

Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String