struct OpenMeteo::Forecast::Daily

Included Modules

Defined in:

open_meteo/forecast/daily.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(pull : JSON::PullParser) #

Instance Method Detail

def apparent_temperature_max : Array(Float64) #

def apparent_temperature_min : Array(Float64) #

def daylight_duration : Array(Float64) #

def et0_fao_evapotranspiration : Array(Float64) #

def precipitation_hours : Array(Float64) #

def precipitation_probability_max : Array(Int32) #

def precipitation_sum : Array(Float64) #

def rain_sum : Array(Float64) #

def shortwave_radiation_sum : Array(Float64) #

def showers_sum : Array(Float64) #

def snowfall_sum : Array(Float64) #

def sunrise : Array(Time) #

def sunset : Array(Time) #

def sunshine_duration : Array(Float64) #

def temperature_2m_max : Array(Float64) #

def temperature_2m_min : Array(Float64) #

def time : Array(Time) #

def uv_index_clear_sky_max : Array(Float64) #

def uv_index_max : Array(Float64) #

def weather_code : Array(Int32) #

def wind_direction_10m_dominant : Array(Int32) #

def wind_gusts_10m_max : Array(Float64) #

def wind_speed_10m_max : Array(Float64) #