High Wind Sample

This page provides a complete sample response for a high wind hazard from the Active Hazards API endpoint. High wind hazards include strong wind warnings, gale warnings, and wind advisories issued by national meteorological services. These alerts follow the Common Alerting Protocol (CAP) standard and are sourced from agencies such as the Australian Government Bureau of Meteorology (BoM), the U.S. National Weather Service (NWS), and Environment Canada.

High Wind-Specific Properties

Incident Data

The incident.properties object for a high wind hazard contains standard CAP alert metadata. Key incident properties include:

  • senderName - Issuing agency (e.g., "Australian Government Bureau of Meteorology")

  • headline - Alert headline text describing the wind warning and affected coastal areas

  • description - Detailed alert description (may be empty for some BoM alerts where the headline contains the primary information)

  • severity - CAP severity level (e.g., "Moderate")

  • urgency - CAP urgency level (e.g., "Unknown")

  • certainty - CAP certainty level (e.g., "Unknown")

  • event - Event type name (e.g., "Wind")

  • effective / expires - ISO 8601 timing fields for the alert window

  • onset - May be null for some BoM-sourced alerts

  • msgType - CAP message type (e.g., "Update")

  • instruction - Recommended actions (may be empty)

  • category - CAP category (e.g., "Met" for meteorological)

  • hazardSeverity - Hazard severity classification (e.g., "WARNING")

  • incidentLocationName - Human-readable location (e.g., "Geraldton, Western Australia, Australia")

  • headlineDescription - Full descriptive headline combining multiple wind warnings and cancellations

Features

The features property contains a GeoJSON FeatureCollection with multiple CAP_INFO features. Each CAP_INFO feature represents an individual alert info block from the original CAP message. High wind hazards from BoM may contain both active warnings and cancellation notices within the same hazard, differentiated by the isCancellation property. Each feature includes MultiPolygon geometry covering coastal water zones, along with area descriptions and AMOC geocodes.

Exposure Areas

High wind hazards use a single exposure level representing the source-provided alert area:

  • Level 1: Source-provided alert area - the geographic region covered by the wind warning

Sample Response

circle-info

Note: Coordinate arrays have been replaced with [...] for brevity. In actual API responses, these contain complete GeoJSON coordinate arrays. The incident.properties and feature properties have been truncated with "..." to show only key fields. This high wind sample contains 4 CAP_INFO features (2 active warnings, 2 cancellations), with representative examples shown above. Note that exposureAssessment shows zero population because this alert covers primarily offshore coastal waters. The BoM uses AMOC-AreaCode geocode values rather than the profile:CAP-CP:Location codes used by Environment Canada. The exposureAssessment in this sample uses legacy units (MRE, gal, 25 gal, sq feet) rather than the standard units (CAL, liter, 100 liter, sq meters) — this is a known inconsistency in the API being addressed.

Last updated