Extreme Temperature Sample
Extreme temperature hazards including extreme heat and extreme cold events, sourced from national weather services (BoM, NWS, Environment Canada) via CAP alerts. These hazards represent official warnings about dangerous temperature conditions that pose risks to public health and safety.
Extreme Temperature-Specific Properties
Incident Data
The incident.properties object for extreme temperature hazards follows the CAP (Common Alerting Protocol) structure, containing metadata from the issuing weather service about the temperature event and its expected impact.
Key incident properties for extreme temperature (CAP-based) include:
senderName- Name of the issuing authority (e.g., "Australian Government Bureau of Meteorology")headline- Brief summary of the alert (e.g., "Severe heatwave warning for Western Australia")description- Detailed description of expected conditionsseverity- CAP severity level (e.g., "Severe")urgency- CAP urgency classification (e.g., "Future")certainty- CAP certainty level (e.g., "Possible")event- Event type descriptor (e.g., "Extreme Heat")effective- ISO 8601 timestamp for when the alert takes effectexpires- ISO 8601 timestamp for when the alert expirescategory- CAP category classification (e.g., "Met" for meteorological)
Features
The features FeatureCollection contains CAP_INFO features with alert polygon geometry. Each feature includes:
CAP_INFO - MultiPolygon geometry representing the alert area, with properties mirroring the CAP alert fields including
severity,urgency,certainty,headline,description,senderName,effective,expires,area(withareaDescandgeocode), andfeatureType: "CAP_INFO"SMART_ALERT - MultiPolygon geometry representing the computed alert boundary with
featureType: "SMART_ALERT"EXPOSURE_AREA - MultiPolygon geometry for exposure assessment with
severity(e.g., "MODERATE") andfeatureType: "EXPOSURE_AREA"
Exposure Areas
Single level - source-provided alert area. The exposureAreas FeatureCollection contains one feature with an exposureLevel property (e.g., level 2 for MODERATE) representing the geographic extent of the temperature warning.
Sample Response
Note: Coordinate arrays have been replaced with [...] for brevity. In actual API responses, alertGeometry, features, and exposureAreas contain complete GeoJSON coordinate arrays. The incident.properties object has been truncated with "..." to show only key fields. Fields such as rawMessage, references, parameter, and area within incident properties have been omitted. The source field is null for CAP-sourced extreme temperature hazards.
Last updated
