fix: StirlingCouncil - resolve street from postcode for Recollect lookup#1995
fix: StirlingCouncil - resolve street from postcode for Recollect lookup#1995InertiaUK wants to merge 1 commit into
Conversation
…umber provided The Recollect address-suggest API needs a street name to find a specific property, but callers often only have a house number + postcode. Added postcodes.io + Nominatim reverse geocoding to resolve the street name from the postcode coordinates, then builds search queries combining the house number with the resolved street.
|
Warning Rate limit exceeded
To keep reviews running without waiting, you can enable usage-based add-on for your organization. This allows additional reviews beyond the hourly cap. Account admins can enable it under billing. ⌛ How to resolve this issue?After the wait time has elapsed, a review can be triggered using the We recommend that you space out your commits to avoid hitting the rate limit. 🚦 How do rate limits work?CodeRabbit enforces hourly rate limits for each developer per organization. Our paid plans have higher rate limits than the trial, open-source and free plans. In all cases, we re-allow further reviews after a brief timeout. Please see our FAQ for further information. ℹ️ Review info⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (1)
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Review rate limit: 0/1 reviews remaining, refill in 59 minutes and 58 seconds.Comment |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #1995 +/- ##
=======================================
Coverage 86.67% 86.67%
=======================================
Files 9 9
Lines 1141 1141
=======================================
Hits 989 989
Misses 152 152 ☔ View full report in Codecov by Sentry. |
|
Included in May 2026 Release (PR #1992). Closing. |
The Recollect address-suggest API needs a street name to find a specific property, but callers often only have a house number + postcode. The scraper now resolves the street name via postcodes.io + Nominatim reverse geocoding when paon contains only a house number, then builds search queries combining the number with the resolved street.
Testing: Verified with FK9 4QA / 5 (Sunnylaw Road) — returns 168 bins.