Coarse Reverse Geocoding
Overview
The current coarse reverse geocoding solution is effectively broken and often results in incorrect results. It needs to be updated to ensure that a proper point in polygon lookup takes place instead of estimating with a best guess from nearby centroids of admin areas.
Background
External Dependencies
None
Functionality
- [ ] Ensure that a true point in polygon lookup is used to compute results for coarse reverse queries
- [ ] Revisit the available filters and map their effect on query logic
Operations
There will potentially be a significant ops component involved with this work. We would like to incorporate the point-in-polygon lookup in such a way that it can be hosted independently of the entire Pelias infrastructure.
Documentation
- [ ] Update coarse reverse documentation