steampipe plugin install ellisvalentiner/weatherkit

Table: weatherkit_next_hour_forecast

WeatherKit Next Hour Forecast.

Examples

List all

select
*
from
weatherkit_next_hour_forecast;

Schema for weatherkit_next_hour_forecast

NameTypeOperatorsDescription
_ctxjsonbSteampipe context in JSON form, e.g. connection_name.
forecast_endtimestamp with time zoneThe time the forecast ends.
forecast_starttimestamp with time zoneThe time the forecast starts.
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.
metadatajsonbDescriptive information about the weather data.
precipitation_chancedouble precisionThe probability of precipitation during this minute.
precipitation_intensitydouble precisionThe precipitation intensity in millimeters per hour.
start_timetimestamp with time zoneThe start time of the minute.