jessecambon / tidygeocoder

Geocoding Made Easy

Home Page:https://jessecambon.github.io/tidygeocoder

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Extract and display HTTP warning messages

jessecambon opened this issue · comments

Currently tidygeocoder only displays warnings/errors in the HTTP response if the HTTP request fails (ie. HTTP code != 200) for single address geocoding:

if (query_results$status != 200) {

This behavior varies by service for batch geocoding. Ideally we would also display warnings contained in HTTP response even if the HTTP request is successful. One use case here: #178 (comment)