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 Marquette MI")

  • headline - Brief summary of the alert (e.g., "Storm Watch, Gale Watch, Gale Warnings and Small Craft Advisories...")

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

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

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

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

  • 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 object has been truncated with "..." to show only key fields; the full description field contains text from all consolidated NWS alert products. The features property is null for this hazard. The source field is null for NWS storm hazards. Population values within exposureAssessment are integers; capital.school and capital.hospital are counts of exposed facilities.

Last updated