Temperature
Temperature
Temperature
Number
Temperature
Number
Number
Number
Number
Number
Number
Number
String
Temperature
Temperature
DateTime
Number
Image
String
Number
Number
Number
WeatherData
WeatherData
WeatherData
WeatherData
WeatherData
WeatherData
WeatherData
WeatherData
WeatherData
WeatherData
WeatherData
WeatherData
WeatherData
WeatherData
WeatherData
WeatherData
WeatherData
WeatherData
WeatherData
WeatherData
WeatherData
WeatherData
Temperature
Get the ApparentTemperature
Kind: Instance method of WeatherData
Returns: Temperature
- the KEY_APPARENT_TEMPERATURE value
Temperature
Get the ApparentTemperatureHigh
Kind: Instance method of WeatherData
Returns: Temperature
- the KEY_APPARENT_TEMPERATURE_HIGH value
Temperature
Get the ApparentTemperatureLow
Kind: Instance method of WeatherData
Returns: Temperature
- the KEY_APPARENT_TEMPERATURE_LOW value
Number
Get the CloudCover
Kind: Instance method of WeatherData
Returns: Number
- the KEY_CLOUD_COVER value
Temperature
Get the CurrentTemperature
Kind: Instance method of WeatherData
Returns: Temperature
- the KEY_CURRENT_TEMPERATURE value
Number
Get the Humidity
Kind: Instance method of WeatherData
Returns: Number
- the KEY_HUMIDITY value
Number
Get the MoonPhase
Kind: Instance method of WeatherData
Returns: Number
- the KEY_MOON_PHASE value
Number
Get the NearestStormBearing
Kind: Instance method of WeatherData
Returns: Number
- the KEY_NEAREST_STORM_BEARING value
Number
Get the NearestStormDistance
Kind: Instance method of WeatherData
Returns: Number
- the KEY_NEAREST_STORM_DISTANCE value
Number
Get the PrecipAccumulation
Kind: Instance method of WeatherData
Returns: Number
- the KEY_PRECIP_ACCUMULATION value
Number
Get the PrecipIntensity
Kind: Instance method of WeatherData
Returns: Number
- the KEY_PRECIP_INTENSITY value
Number
Get the PrecipProbability
Kind: Instance method of WeatherData
Returns: Number
- the KEY_PRECIP_PROBABILITY value
String
Get the PrecipType
Kind: Instance method of WeatherData
Returns: String
- the KEY_PRECIP_TYPE value
Temperature
Get the TemperatureHigh
Kind: Instance method of WeatherData
Returns: Temperature
- the KEY_TEMPERATURE_HIGH value
Temperature
Get the TemperatureLow
Kind: Instance method of WeatherData
Returns: Temperature
- the KEY_TEMPERATURE_LOW value
DateTime
Get the Time
Kind: Instance method of WeatherData
Returns: DateTime
- the KEY_TIME value
Number
Get the Visibility
Kind: Instance method of WeatherData
Returns: Number
- the KEY_VISIBILITY value
Image
Get the WeatherIcon
Kind: Instance method of WeatherData
Returns: Image
- the KEY_WEATHER_ICON value
String
Get the WeatherSummary
Kind: Instance method of WeatherData
Returns: String
- the KEY_WEATHER_SUMMARY value
Number
Get the WindBearing
Kind: Instance method of WeatherData
Returns: Number
- the KEY_WIND_BEARING value
Number
Get the WindGust
Kind: Instance method of WeatherData
Returns: Number
- the KEY_WIND_GUST value
Number
Get the WindSpeed
Kind: Instance method of WeatherData
Returns: Number
- the KEY_WIND_SPEED value
WeatherData
Set the ApparentTemperature
Kind: Instance method of WeatherData
Returns: WeatherData
- The class instance for method chaining.
Param | Type | Description |
---|---|---|
temperature | Temperature |
The desired ApparentTemperature. |
WeatherData
Set the ApparentTemperatureHigh
Kind: Instance method of WeatherData
Returns: WeatherData
- The class instance for method chaining.
Param | Type | Description |
---|---|---|
high | Temperature |
The desired ApparentTemperatureHigh. |
WeatherData
Set the ApparentTemperatureLow
Kind: Instance method of WeatherData
Returns: WeatherData
- The class instance for method chaining.
Param | Type | Description |
---|---|---|
low | Temperature |
The desired ApparentTemperatureLow. |
WeatherData
Set the CloudCover
Kind: Instance method of WeatherData
Returns: WeatherData
- The class instance for method chaining.
Param | Type | Description |
---|---|---|
cover | Number |
0 to 1, percentage cloud cover - The desired CloudCover. {'num_min_value': 0.0, 'num_max_value': 1.0} |
WeatherData
Set the CurrentTemperature
Kind: Instance method of WeatherData
Returns: WeatherData
- The class instance for method chaining.
Param | Type | Description |
---|---|---|
temperature | Temperature |
The central temperature depending on the context of the weather data. It could be the present temperature, the temperature of a future minute, the temperature of a future hour, or an average temperature of a future day, for example. - The desired CurrentTemperature. |
WeatherData
Set the Humidity
Kind: Instance method of WeatherData
Returns: WeatherData
- The class instance for method chaining.
Param | Type | Description |
---|---|---|
humidity | Number |
0 to 1, percentage humidity - The desired Humidity. {'num_min_value': 0.0, 'num_max_value': 1.0} |
WeatherData
Set the MoonPhase
Kind: Instance method of WeatherData
Returns: WeatherData
- The class instance for method chaining.
Param | Type | Description |
---|---|---|
phase | Number |
0 to 1, percentage of the moon seen, e.g. 0 = no moon, 0.25 = quarter moon - The desired MoonPhase. {'num_min_value': 0.0, 'num_max_value': 1.0} |
WeatherData
Set the NearestStormBearing
Kind: Instance method of WeatherData
Returns: WeatherData
- The class instance for method chaining.
Param | Type | Description |
---|---|---|
bearing | Number |
In degrees, true north at 0 degrees - The desired NearestStormBearing. |
WeatherData
Set the NearestStormDistance
Kind: Instance method of WeatherData
Returns: WeatherData
- The class instance for method chaining.
Param | Type | Description |
---|---|---|
distance | Number |
In km - The desired NearestStormDistance. |
WeatherData
Set the PrecipAccumulation
Kind: Instance method of WeatherData
Returns: WeatherData
- The class instance for method chaining.
Param | Type | Description |
---|---|---|
accumulation | Number |
cm - The desired PrecipAccumulation. |
WeatherData
Set the PrecipIntensity
Kind: Instance method of WeatherData
Returns: WeatherData
- The class instance for method chaining.
Param | Type | Description |
---|---|---|
intensity | Number |
cm of water per hour - The desired PrecipIntensity. |
WeatherData
Set the PrecipProbability
Kind: Instance method of WeatherData
Returns: WeatherData
- The class instance for method chaining.
Param | Type | Description |
---|---|---|
probability | Number |
0 to 1, percentage chance - The desired PrecipProbability. {'num_min_value': 0.0, 'num_max_value': 1.0} |
WeatherData
Set the PrecipType
Kind: Instance method of WeatherData
Returns: WeatherData
- The class instance for method chaining.
Param | Type | Description |
---|---|---|
type | String |
e.g. "rain", "snow", "sleet", "hail" - The desired PrecipType. {'string_min_length': 1} |
WeatherData
Set the TemperatureHigh
Kind: Instance method of WeatherData
Returns: WeatherData
- The class instance for method chaining.
Param | Type | Description |
---|---|---|
high | Temperature |
The desired TemperatureHigh. |
WeatherData
Set the TemperatureLow
Kind: Instance method of WeatherData
Returns: WeatherData
- The class instance for method chaining.
Param | Type | Description |
---|---|---|
low | Temperature |
The desired TemperatureLow. |
WeatherData
Set the Time
Kind: Instance method of WeatherData
Returns: WeatherData
- The class instance for method chaining.
Param | Type | Description |
---|---|---|
time | DateTime |
The desired Time. |
WeatherData
Set the Visibility
Kind: Instance method of WeatherData
Returns: WeatherData
- The class instance for method chaining.
Param | Type | Description |
---|---|---|
visibility | Number |
In km - The desired Visibility. |
WeatherData
Set the WeatherIcon
Kind: Instance method of WeatherData
Returns: WeatherData
- The class instance for method chaining.
Param | Type | Description |
---|---|---|
icon | Image |
The desired WeatherIcon. |
WeatherData
Set the WeatherSummary
Kind: Instance method of WeatherData
Returns: WeatherData
- The class instance for method chaining.
Param | Type | Description |
---|---|---|
summary | String |
The desired WeatherSummary. {'string_min_length': 1} |
WeatherData
Set the WindBearing
Kind: Instance method of WeatherData
Returns: WeatherData
- The class instance for method chaining.
Param | Type | Description |
---|---|---|
bearing | Number |
In degrees, true north at 0 degrees - The desired WindBearing. |