Emergency Dispatch Center
- Oren Halpern
- Dec 23, 2025
- 1 min read
Excited to share the development of an innovative system for real-time rescue team management and routing, integrating advanced AI technologies with geographic mapping.
đ¤ Large Language Model (LLM) Integration
The system uses Semantic Kernel and Azure OpenAI to enable natural language control over all operational aspects:
⢠Creating emergency incidents through textual description ("drowning people at Tel-Aviv Gordon beach")
⢠Automatic rescue team assignment based on capabilities and urgency
⢠Address-to-coordinate conversion using Azure Maps Geocoding
⢠Full support for Hebrew and English
đşď¸ Advanced Mapping and Route Planning
⢠Ground Routes: Optimal routing based on OpenStreetMap road network, accounting for No-Drive zones (military areas, emergency zones)
⢠Aerial Routes: Flight path planning for drones and helicopters using A* and RRT* algorithms, including No-Fly zone avoidance
⢠3D terrain visualization with DEM (Digital Elevation Model) layers
đŻ Core Capabilities
â Automatic detection and classification of emergency incidents (fires, floods, injuries)
â Dynamic prioritization by urgency and distance
â Multi-purpose rescue fleet management: ambulances, fire fighters, police, drones
â Real-time arrival time calculation and route visualization
â Color-coded snackbar notifications for status updates (green/yellow/red)
đ ď¸ Technology Stack
C# .NET | Blazor | Azure OpenAI | Semantic Kernel | MapLibre GL | Azure Maps | OpenStreetMap | MudBlazor
The system is built as a full web application, with a responsive user interface and RTL language support.



Comments