Redis – How to create geocoding service (find polygons that intersect a given point)
SITUATION I have a database with 2,000,000 cities. All of them have coordinates of the city center and mostly all - GeoJSON boundaries. I'm trying to implement a geocoding service that would find cities that intersect with a given point…