WeatherCondition
Represents a single weather condition.
Parameters
represents the precise location of the current condition value
represents the unit of measure
represents temperature in defined unit of measure
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.
represents hourly average cloud cover expressed as a percentage.
represents the temperature to which air must be cooled at constant pressure to reach saturation.
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.
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.
represents hourly maximum probability of precipitation expressed as a percentage.
represents sea level pressure in millibars. In other words, the average barometric pressure at sea level. Range - Millibars precise to 1/10th mb
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.
units: expressed in miles per hour when systemOfMeasurement=WeatherSystemOfMeasurement.Imperial expressed in kilometers per hour when systemOfMeasurement=WeatherSystemOfMeasurement.Metric.
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.
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.
represents a text description (up to 32 characters) of observed weather conditions in English.
indicates whether it is daytime or nighttime based on the Local Apparent Time of the geometry.