struct OpenMeteo::Forecast::Hourly::Units

Included Modules

Defined in:

open_meteo/forecast/hourly.cr

Constructors

Instance Method Summary

Constructor Detail

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

Instance Method Detail

def apparent_temperature : String | Nil #

def cloud_cover : String | Nil #

def cloud_cover_high : String | Nil #

def cloud_cover_low : String | Nil #

def cloud_cover_mid : String | Nil #

def dew_point_2m : String | Nil #

def et0_fao_evapotranspiration : String | Nil #

def evapotranspiration : String | Nil #

def precipitation : String | Nil #

def precipitation_probability : String | Nil #

def pressure_msl : String | Nil #

def rain : String | Nil #

def relative_humidity_2m : String | Nil #

def showers : String | Nil #

def snow_depth : String | Nil #

def snowfall : String | Nil #

def soil_moisture_0_to_1cm : String | Nil #

def soil_moisture_1_to_3cm : String | Nil #

def soil_moisture_27_to_81cm : String | Nil #

def soil_moisture_3_to_9cm : String | Nil #

def soil_moisture_9_to_27cm : String | Nil #

def soil_temperature_0cm : String | Nil #

def soil_temperature_18cm : String | Nil #

def soil_temperature_54cm : String | Nil #

def soil_temperature_6cm : String | Nil #

def surface_pressure : String | Nil #

def temperature_120m : String | Nil #

def temperature_180m : String | Nil #

def temperature_2m : String | Nil #

def temperature_80m : String | Nil #

def time : String | Nil #

def vapour_pressure_deficit : String | Nil #

def visibility : String | Nil #

def weather_code : String | Nil #

def wind_direction_10m : String | Nil #

def wind_direction_120m : String | Nil #

def wind_direction_180m : String | Nil #

def wind_direction_80m : String | Nil #

def wind_gusts_10m : String | Nil #

def wind_speed_10m : String | Nil #

def wind_speed_120m : String | Nil #

def wind_speed_180m : String | Nil #

def wind_speed_80m : String | Nil #