For the complete documentation index, see llms.txt. This page is also available as Markdown.
Terrorism Sample
Terrorism hazards detected by AI for Humanity, PDC Global's generative AI and NLP technology. These hazards track terrorist attacks including bombings (IED), shootings, kidnappings, and other acts of terrorism, providing casualty data, severity scoring, and geographic scope for each event.
Terrorism-Specific Properties
Incident Data
The incident.properties object for terrorism hazards contains data from AI for Humanity. These properties describe the nature of the terrorist incident, its casualties, severity, and geographic scope.
Key incident properties for terrorism hazards include:
Incident_Type - Type of incident (e.g., "Terrorism")
Total_Fatalities / Total_Wounded - Total casualty counts across all parties
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., 30000 for terrorism)
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
Terrorism hazards use 3 exposure levels based on distance buffers:
Level 1: Moderate exposure (15-30km buffer)
Level 2: Strong exposure (5-15km buffer)
Level 3: Severe exposure (0-5km buffer)
The buffer size is determined by the bufferSize property in the incident (in meters). For terrorism hazards, this is typically 30,000 meters (30km), reflecting the localized but significant impact zone of terrorist events.
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.