steampipe plugin install ellisvalentiner/weatherkit

Table: weatherkit_daily_forecast

WeatherKit Daily Forecast.

Examples

List all

select
*
from
weatherkit_daily_forecast;

Schema for weatherkit_daily_forecast

NameTypeOperatorsDescription
_ctxjsonbSteampipe context in JSON form, e.g. connection_name.
condition_codetextAn enumeration value indicating the condition at the time.
daytime_forecastjsonbThe forecast between 7 AM and 7 PM for the day.
forecast_endtimestamp with time zoneThe ending date and time of the day.
forecast_starttimestamp with time zoneThe starting date and time of the day.
latitudetext=A numeric value indicating the latitude of the coordinate between -90 and 90.
longitudetext=A numeric value indicating the longitude of the coordinate between -180 and 180.
max_uv_indexbigintThe maximum ultraviolet index value during the day.
metadatajsonbDescriptive information about the weather data.
moon_phasetextThe phase of the moon on the specified day.
moonrisetimestamp with time zoneThe time of moonrise on the specified day.
moonsettimestamp with time zoneThe time of moonset on the specified day.
overnight_forecastjsonbThe day part forecast between 7 PM and 7 AM for the overnight.
precipitation_amountdouble precisionThe amount of precipitation forecasted to occur during the day, in millimeters.
precipitation_chancedouble precisionThe chance of precipitation forecasted to occur during the day.
precipitation_typetextThe type of precipitation forecasted to occur during the day.
snowfall_amountdouble precisionThe depth of snow as ice crystals forecasted to occur during the day, in millimeters.
solar_midnighttextThe time when the sun is lowest in the sky.
solar_noontextThe time when the sun is highest in the sky.
sunrisetextThe time when the top edge of the sun reaches the horizon in the morning.
sunrise_astronomicaltextThe time when the sun is 18 degrees below the horizon in the morning.
sunrise_civiltextThe time when the sun is 6 degrees below the horizon in the morning.
sunrise_nauticaltextThe time when the sun is 12 degrees below the horizon in the morning.
sunsettextThe time when the top edge of the sun reaches the horizon in the evening.
sunset_astronomicaltextThe time when the sun is 18 degrees below the horizon in the evening.
sunset_civiltextThe time when the sun is 6 degrees below the horizon in the evening.
sunset_nauticaltextThe time when the sun is 12 degrees below the horizon in the evening.
temperature_maxdouble precisionThe maximum temperature forecasted to occur during the day, in degrees Celsius.
temperature_mindouble precisionThe minimum temperature forecasted to occur during the day, in degrees Celsius.