Table of Contents
Fetching ...

Smart Routing for EV Charge Point Operators in Mega Cities: Case Study of Istanbul

Onur Yenigun, Gozde Karatas Baydogmus, Kazim Yildiz

TL;DR

This study tackles the problem of efficiently planning maintenance routing for EV charging networks in megacities, using a hybrid method that combines K-means clustering and a Genetic Algorithm (GA). Applied to a real-world dataset of 100 charging stations in Istanbul, the approach clusters stations by geography and then optimizes inter-cluster routes to minimize travel distance. Across multiple parameter configurations, the method achieves about 35% distance reduction compared with a sequential reference route, demonstrating practical gains in time and costs for charge point operators. The work validates the applicability of hybrid clustering-routing in complex urban environments and outlines extensions to incorporate real-time traffic and technician constraints for broader deployment.

Abstract

The rapidly increasing use of electric vehicles (EVs) has made it even more important to manage the charging infrastructure sustainably. The expansion of charging station networks, especially in large cities, creates serious logistical challenges for charging point operators (CPOs) in planning maintenance and repair activities. Inefficient field personnel management can lead to time loss, high operational costs, and resource waste. This study presents an integrated method to optimize the planning of EV charging network maintenance operations. The proposed approach groups charging stations according to geographical proximity using the K-means clustering algorithm and calculates the shortest routes between clusters using a genetic algorithm. The method was developed in Python and applied to a dataset consisting of 100 EV charging stations in Istanbul. Considering the population density, traffic density, and resource constraints of Istanbul, the route planning approach presented in this study has great potential, especially for such metropolises. According to the different parameter configurations tested, the most efficient scenario provided approximately 35\% distance savings compared to the reference route created according to the sequential data layout. While the reference route provides a simple comparison, the study presents a solution that will enable field operations in metropolitan cities such as Istanbul to be conducted in a more efficient, planned and scalable manner. In future studies, it is planned to integrate real-time factors such as traffic conditions and field technician constraints.

Smart Routing for EV Charge Point Operators in Mega Cities: Case Study of Istanbul

TL;DR

This study tackles the problem of efficiently planning maintenance routing for EV charging networks in megacities, using a hybrid method that combines K-means clustering and a Genetic Algorithm (GA). Applied to a real-world dataset of 100 charging stations in Istanbul, the approach clusters stations by geography and then optimizes inter-cluster routes to minimize travel distance. Across multiple parameter configurations, the method achieves about 35% distance reduction compared with a sequential reference route, demonstrating practical gains in time and costs for charge point operators. The work validates the applicability of hybrid clustering-routing in complex urban environments and outlines extensions to incorporate real-time traffic and technician constraints for broader deployment.

Abstract

The rapidly increasing use of electric vehicles (EVs) has made it even more important to manage the charging infrastructure sustainably. The expansion of charging station networks, especially in large cities, creates serious logistical challenges for charging point operators (CPOs) in planning maintenance and repair activities. Inefficient field personnel management can lead to time loss, high operational costs, and resource waste. This study presents an integrated method to optimize the planning of EV charging network maintenance operations. The proposed approach groups charging stations according to geographical proximity using the K-means clustering algorithm and calculates the shortest routes between clusters using a genetic algorithm. The method was developed in Python and applied to a dataset consisting of 100 EV charging stations in Istanbul. Considering the population density, traffic density, and resource constraints of Istanbul, the route planning approach presented in this study has great potential, especially for such metropolises. According to the different parameter configurations tested, the most efficient scenario provided approximately 35\% distance savings compared to the reference route created according to the sequential data layout. While the reference route provides a simple comparison, the study presents a solution that will enable field operations in metropolitan cities such as Istanbul to be conducted in a more efficient, planned and scalable manner. In future studies, it is planned to integrate real-time factors such as traffic conditions and field technician constraints.

Paper Structure

This paper contains 15 sections, 10 figures, 4 tables, 1 algorithm.

Figures (10)

  • Figure 1: Global electric car sales data
  • Figure 2: Proposed Algorithm
  • Figure 3: K-Means Clustering Process
  • Figure 4: Genetic Algorithm Workflow
  • Figure 5: Comparison: Pre-Optimization and Post-Optimization Routes
  • ...and 5 more figures