Fixed an issue in the conversion daemon where querying the KDTree with an empty list of coordinates could lead to failures. We've added a conditional check to ensure kdtree.query is only called when there are actually coordinates to process. This ensures the daemon gracefully handles empty batches by returning an empty mapping without crashing.

Safeguard KDTree queries against empty coordinate lists - zhengqunkoo/taxibros