Table: weatherkit_next_hour_forecast
WeatherKit Next Hour Forecast.
Examples
List all
select *from weatherkit_next_hour_forecast;
Schema for weatherkit_next_hour_forecast
Name | Type | Operators | Description |
---|---|---|---|
_ctx | jsonb | Steampipe context in JSON form, e.g. connection_name. | |
forecast_end | timestamp with time zone | The time the forecast ends. | |
forecast_start | timestamp with time zone | The time the forecast starts. | |
latitude | text | = | A numeric value indicating the latitude of the coordinate between -90 and 90. |
longitude | text | = | A numeric value indicating the longitude of the coordinate between -180 and 180. |
metadata | jsonb | Descriptive information about the weather data. | |
precipitation_chance | double precision | The probability of precipitation during this minute. | |
precipitation_intensity | double precision | The precipitation intensity in millimeters per hour. | |
start_time | timestamp with time zone | The start time of the minute. |