[Geocoding] connection reset
Sarah Hoffmann
lonvia at denofr.de
Wed Jan 13 09:36:24 UTC 2021
On Tue, Jan 12, 2021 at 02:22:03PM +0000, Shahar Muky via Geocoding wrote:
> Hi Frederik,
>
> With regards to your question on how much requests I making per day. It varied between few hundreds to few thousands, is this an issue?
>
> I am using a java client to access the url: the code look like that:
> final ResponseEntity<Map<String, Object>> exchange = restTemplate.exchange(uri, HttpMethod.GET, null, new ParameterizedTypeReference<Map<String, Object>>()
> {
> });
This sounds like you are sending too many requests at once and get
rate-limited by our server. Make sure to stick to the 1 req/s limit as
required by our usage policy[1].
[1] https://operations.osmfoundation.org/policies/nominatim/
Kind regards
Sarah
More information about the Geocoding
mailing list