Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Climate ¶
type Climate struct { CloudCover int `json:"cloud_cover"` // 0-99 WindStrength int `json:"wind_strength"` // 0-99 WindDirection int `json:"wind_direction"` // 0-7 PrecipitationAmount int `json:"precipitation_amount"` // 0-99 PrecipitationFrequency int `json:"precipitation_frequency"` // 0-99 PrecipitationType string `json:"precipitation_type"` // 0-99 }
Climate is a geographic climate
func (Climate) DescribeClouds ¶
DescribeClouds gives a textual description for the clouds
Click to show internal directories.
Click to hide internal directories.