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) #

[View source]

Instance Method Detail

def apparent_temperature : String | Nil #

[View source]
def cloud_cover : String | Nil #

[View source]
def cloud_cover_high : String | Nil #

[View source]
def cloud_cover_low : String | Nil #

[View source]
def cloud_cover_mid : String | Nil #

[View source]
def dew_point_2m : String | Nil #

[View source]
def et0_fao_evapotranspiration : String | Nil #

[View source]
def evapotranspiration : String | Nil #

[View source]
def precipitation : String | Nil #

[View source]
def precipitation_probability : String | Nil #

[View source]
def pressure_msl : String | Nil #

[View source]
def rain : String | Nil #

[View source]
def relative_humidity_2m : String | Nil #

[View source]
def showers : String | Nil #

[View source]
def snow_depth : String | Nil #

[View source]
def snowfall : String | Nil #

[View source]
def soil_moisture_0_to_1cm : String | Nil #

[View source]
def soil_moisture_1_to_3cm : String | Nil #

[View source]
def soil_moisture_27_to_81cm : String | Nil #

[View source]
def soil_moisture_3_to_9cm : String | Nil #

[View source]
def soil_moisture_9_to_27cm : String | Nil #

[View source]
def soil_temperature_0cm : String | Nil #

[View source]
def soil_temperature_18cm : String | Nil #

[View source]
def soil_temperature_54cm : String | Nil #

[View source]
def soil_temperature_6cm : String | Nil #

[View source]
def surface_pressure : String | Nil #

[View source]
def temperature_120m : String | Nil #

[View source]
def temperature_180m : String | Nil #

[View source]
def temperature_2m : String | Nil #

[View source]
def temperature_80m : String | Nil #

[View source]
def time : String | Nil #

[View source]
def vapour_pressure_deficit : String | Nil #

[View source]
def visibility : String | Nil #

[View source]
def weather_code : String | Nil #

[View source]
def wind_direction_10m : String | Nil #

[View source]
def wind_direction_120m : String | Nil #

[View source]
def wind_direction_180m : String | Nil #

[View source]
def wind_direction_80m : String | Nil #

[View source]
def wind_gusts_10m : String | Nil #

[View source]
def wind_speed_10m : String | Nil #

[View source]
def wind_speed_120m : String | Nil #

[View source]
def wind_speed_180m : String | Nil #

[View source]
def wind_speed_80m : String | Nil #

[View source]