ExternalDatabases » History » Version 4
Mike Brown, 02/03/2025 04:59 PM
1 | 1 | Dan Smith | # ExternalDatabases |
---|---|---|---|
2 | |||
3 | ## RepeaterBook |
||
4 | |||
5 | ### Including multi-state results |
||
6 | 4 | Mike Brown | Recipe |
7 | 2 | Mike Brown | |
8 | 4 | Mike Brown | 1. Query each state that could be in your final distance (aka proximity) query |
9 | 1. Modify the last Chirp query to use latitude, longitude and distance (miles) - you'll still need to have a state selected but the cache will provide other state's results too |
||
10 | 1. Execute the distance query |
||
11 | 2 | Mike Brown | |
12 | Explanation |
||
13 | |||
14 | 4 | Mike Brown | RepeaterBook has a distance based query called Proximity 2.0 that returns results from multiple states, Canada or Mexico but does not have an API with the same functionality. Using a multi-state query might trigger rate limiting by RepeaterBook. Chirp caches (temporarily stores) query results for the web session and the cached results. Instead of creating a new query Chirp will search the. cache for the proximity results using longitude and latitude. |