Skip to main content

StormSurgeData

Formatted storm surge response data.

in_surge_zoneIn Surge Zone (boolean)required

Whether the location is in a storm surge zone

zones object[]nullable

Storm surge data per hurricane category

  • Array [
  • categoryCategory (integer)required

    Hurricane category (1-5)

    Possible values: >= 1 and <= 5

    depth_ftDepth Ft (integer)nullable

    Storm surge depth in feet

    depth_categoryDepth Category (string)required

    Human-readable depth category

    Example: 3-6 ft
    risk_levelRisk Level (integer)required

    Risk level (0=dry, 1-4=increasing risk)

    Possible values: >= 0 and <= 4

  • ]
  • highest_risk_levelHighest Risk Level (integer)nullable

    Highest risk level across all categories

    Possible values: >= 0 and <= 4

    highest_risk_categoryHighest Risk Category (string)nullable

    Depth category for highest risk

    max_surge_depth_ftMax Surge Depth Ft (integer)nullable

    Maximum surge depth in feet across all categories

    StormSurgeData
    {
    "in_surge_zone": true,
    "zones": [
    {
    "category": 0,
    "depth_ft": 0,
    "depth_category": "3-6 ft",
    "risk_level": 0
    }
    ],
    "highest_risk_level": 0,
    "highest_risk_category": "string",
    "max_surge_depth_ft": 0
    }