Storm Sample

Storm hazards covering marine/coastal storm warnings, sourced from NWS and other agencies. Note: This type covers general storm warnings distinct from tropical cyclones, winter storms, and severe weather categories. These hazards aggregate multiple NWS alert products into a single consolidated hazard record.

Storm-Specific Properties

Incident Data

The incident.properties object for storm hazards follows the NWS alert format, containing metadata from the issuing weather service offices about the storm event and its expected conditions.

Key incident properties for storms (NWS alert format) include:

  • senderName - Name of the issuing authority (e.g., "NWS Fairbanks AK and NWS Anchorage AK")

  • headline - Brief summary of the alert (e.g., "Storm Warnings -- Very strong winds, very high seas...")

  • description - Detailed description including individual alert text (may be very long for multi-alert events)

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

  • urgency - Urgency level (e.g., "Immediate")

  • certainty - Certainty classification (e.g., "Observed")

  • event - Event type descriptor ("Storm")

  • messagePhenomena - NWS phenomena code ("SR" for Storm)

  • messageSignificance - NWS significance code ("W" for Warning)

  • officeId - Issuing NWS office identifier (e.g., "PAFC")

  • eventId - NWS event identifier (e.g., "PAFC-SR-W-1054")

  • locationName - Detailed description of affected geographic areas

  • areaDescription - Human-readable area description matching locationName

  • affectedZoneIds - List of NWS zone identifiers covered by the alert

  • geocode - SAME and UGC zone code mappings for the alert area

Features

The features property is null for this storm hazard. When NWS alert features are available through the enrichment pipeline, this property may contain CAP_INFO features with alert polygon geometries representing individual alert areas.

Exposure Areas

Single level - source-provided alert area. The exposureAreas FeatureCollection contains one feature with an exposureLevel property (e.g., level 2 for STRONG) covering the combined geographic extent of all consolidated storm warning zones.

Sample Response

circle-info

Note: Coordinate arrays have been replaced with [...] for brevity. In actual API responses, alertGeometry and exposureAreas contain complete GeoJSON coordinate arrays. The incident.properties.description field has been replaced with "..." as it contains the full text of all 11 consolidated NWS alert products. The features property is null for this hazard. The source field is null for NWS storm hazards.

Last updated