A weather view, or scene, is comprised of multiple individual WeatherBlox views to create a larger area of content containing multiple pieces of weather data. These layouts are typically rendered as individual weather pages that you would wrap with your own custom header, footer and other site content.
The following weather views are currently supported:
Layout | Description | Sample |
---|---|---|
Advisories | The Advisories layout is a full page layout with detailed information regarding active advisories for a specific location. | |
AirQuality | The AirQuality local layout provides a full-page layout containing AQI data ranging from current, hourly forecast, and nearby stations. Additionally, this layout includes a Leaflet map with point data for nearby AQI stations. | |
Calendar | The Calendar local layout is a full-page layout containing an embedded Calendar component to display past daily summaries alongside extended forecast information for the month with additional page controls. | |
DailyObservations | The DailyObservations local view is a full-page layout containing an embedded ArchiveObservations view to display hourly observations for the active date with additional page controls. | |
HourlyForecast | The HourlyForecast local layout is a full-page layout containing an embedded Forecast component to display hourly forecast information for the requested day with additional page controls. | |
Local | The Main local view is a full-page layout containing multiple individual weather blox containing a variety of current and forecast weather information for a single location. | |
Maps | The Maps layout displays and manages a MapController view along with a MapListing menu for changing data layers and a map region menu for updating the active bounds for the map. Note: We recommend utilizing the JavaScript integration method for this layout. |
|
MonthlyObservations | The MonthlyObservations local layout is a full-page layout containing an embedded ArchiveObservations view to display daily observation summaries for the specified month with additional page controls for changing dates. | |
Normals | The Normals local layout is a full-page layout containing an embedded Normals component to display monthly climate normals for the requested month with additional page controls. | |
SunMoon | The SunMoon local layout is a full-page layout containing an embedded SunMoon component to display monthly sun and moon data for the requested month with additional page controls. | |
Tropical | The Tropical layout displays a full profile view for a single tropical system. The output of the view will vary depending on whether or not the requested tropical system is active. Active tropical systems will display additional information with their Tropical layout view, such as track and satellite maps as well as their most recent position information. |
Last modified: June 22, 2017