Polygon search#4
Conversation
|
||||||||||||||
Pull Request Test Coverage Report for Build 15871888841Details
💛 - Coveralls |
There was a problem hiding this comment.
Code Review
This pull request introduces a new polygon search feature, including a new API endpoint and refactoring of the spatial index search logic. Review comments address potential issues in the new PolygonSearch handler, opportunities to improve the handler's resilience and readability, and a breaking change due to endpoint renaming.
…/polygon-search * 'main' of github.com:rm-hull/postcode-polygons: Add debug flag to enable pprof tracing (#5)
|
/gemini summary |
Summary of ChangesThis pull request implements a new API endpoint for searching postcode polygons based on a bounding box. It introduces the ability to load polygon data from compressed GeoJSON files, leveraging a spatial index to efficiently retrieve relevant data. The changes also include refactoring the spatial index search to use an iterator, and adding necessary dependencies for GeoJSON handling and bzip2 decompression. Highlights
Changelog
Activity
|
No description provided.