Cyclone Sample

This page provides a complete sample response for a tropical cyclone hazard from the Active Hazards API endpoint. The API response for tropical cyclones is designed to provide comprehensive and detailed information about ongoing and forecasted cyclonic activity.

Each cyclone object within the response includes several key properties that convey vital data about the storm. These properties cover observed and predicted locations, the cyclone's rate of movement, and its direction. Additionally, the response includes critical information on expected landfall areas, enabling users to assess potential impacts. By offering precise and up-to-date details, this API ensures that users have access to essential information for tracking and responding to tropical cyclones effectively.

Each cyclone object is updated every time the reporting agency publishes a new advisory and the maximum sustained wind speed model has completed its analysis.

Storm Position Symbols

The following symbols are used in the features property to indicate storm positions and forecast classifications:

Value
Label
Description

ST

Forecast (or current) Hurricane/Typhoon > 150 mph

Super Typhoon / Category 5 Hurricane

TY

Forecast (or current) Hurricane/Typhoon > 74 mph

Typhoon / Category 1-4 Hurricane

TS

Forecast (or current) Tropical Storm

Tropical Storm

TD

Forecast (or current) Tropical Depression

Tropical Depression

Cyclone-Specific Properties

Incident Data

The incident.properties object of the cyclone provides a detailed and real-time summary of the storm's current status and characteristics. This snapshot includes several crucial properties that describe the physical aspects of the cyclone. Key attributes such as storm direction and speed, as well as wind speeds, are documented to give a clear picture of the storm's behavior and intensity. Additionally, the snapshot contains information about the authoritative agency that reported the storm, such as the Joint Typhoon Warning Center (JTWC) or National Hurricane Center (NHC). This ensures the data's reliability and allows users to trace the source of the information for further validation and context.

Key incident properties for cyclones include:

  • maxWindsKph / maxWindsMph - Maximum sustained wind speeds

  • maxGustsKph / maxGustsMph - Maximum wind gust speeds

  • speedKph / speedMph - Forward movement speed of the storm

  • direction - Direction of storm movement

  • pressure - Central pressure in millibars

  • saffirSimpson - Saffir-Simpson category (0-5)

  • symbolCode - Storm classification code (TD, TS, TY, ST)

  • advisoryNum - Advisory number from the reporting agency

  • landfallAdmin0 / landfallAdmin1 - Landfall location information

  • hoursLandfall - Hours until projected landfall

  • forecastSpeed - Expected intensity change (strengthen/weaken)

Features

The features property of the cyclone object is a GeoJSON feature collection, offering a structured and geospatial representation of the storm. Each feature within this collection includes a properties block that indicates its type. The primary types of features are:

  • segments - Lines depicting the storm's observed and projected path

  • positions - Points showing observed and forecast storm locations with detailed meteorological data

  • cones - Polygons representing the maximum variation in projected storm movement over specific time intervals (e.g., 72-hour, 120-hour forecast cones), providing a range of potential trajectories

  • wind radii - Circles or polygons illustrating the wind fields generated by the storm at both current and forecasted locations, highlighting areas affected by varying wind speeds (34kt, 50kt, 64kt thresholds)

This comprehensive feature set enables detailed analysis and visualization of the cyclone's development and potential impact.

Exposure Areas

The exposureAreas property generalizes the maximum sustained wind speed model of the cyclone into three distinct categories. These categories indicate regions where severe, strong, and moderate damage can be expected, similar to exposure areas for other types of hazards. This classification helps users quickly understand the potential impact zones and prepare accordingly.

  • Level 1: Moderate severity/impact

  • Level 2: Strong severity/impact

  • Level 3: Severe severity/impact

Sample Response

circle-info

Note: In this sample, coordinate arrays in alertGeometry, features geometries, and exposureAreas geometries have been replaced with [...] for brevity. In actual API responses, these properties contain complete GeoJSON coordinate arrays. Additionally, the features array has been truncated to show only representative examples of segment, cone, position, and wind_radii feature types.

Last updated