For the complete documentation index, see llms.txt. This page is also available as Markdown.
Accident Sample
Accident hazards including industrial incidents, transportation accidents, explosions, fires, and other non-intentional events detected by AI for Humanity, PDC Global's generative AI and NLP technology. These hazards track significant accidents worldwide, providing casualty data, severity scoring, and geographic context for each event.
Accident-Specific Properties
Incident Data
The incident.properties object for accident hazards contains data from AI for Humanity. These properties describe the nature of the accident, its casualties, severity, and geographic scope.
Key incident properties for accident hazards include:
Incident_Type - Type of incident (e.g., "Accident")
Total_Fatalities / Total_Wounded - Total casualty counts
Event_Summary - AI-generated summary of the incident
sourceName / Source - News source that reported the event
sourceResourceLocations - JSON array of source article URLs
casualties - JSON string with killed/injured breakdown
bufferSize - Buffer distance in meters for exposure geometry (e.g., 2000 for local accidents)
rawMessage - Full text of the source news article
Features
Geopolitical hazards include features with featureType values of:
INCIDENT: Point geometry at the incident location with casualty and event details
SMART_ALERT: Alert boundary polygon defining the hazard alert area
Exposure Areas
Accident hazards use 3 exposure levels based on distance buffers:
Level 1: Moderate exposure (1-2km buffer)
Level 2: Strong exposure (0.5-1km buffer)
Level 3: Severe exposure (0-0.5km buffer)
The buffer size is determined by the bufferSize property in the incident (in meters). For accident hazards, this is typically 2,000 meters (2km), reflecting the localized impact zone of industrial and transportation incidents. Note that the buffer size varies depending on the scale of the accident.
Sample Response
Note: Coordinate arrays have been replaced with [...] for brevity. In actual API responses, these properties contain complete GeoJSON coordinate arrays. Additionally, incident.properties, source, and feature details have been truncated with "..." to show only key fields.