On Mar 3, 7:00 pm, "Hajo Smulders" <
hajosmuld...@gmail.com> wrote:
> This is a google error.
> Pass along the parameter: exactly_one=False
> as in:
> place, (lat, lng) = g.geocode('1091 chamberlain drive, gravenhurst p1p
> 1a2, canada', exactly_one=False)
>
> Hajo
Hajo,
You are correct of course. I mis-stated my problem. It's not the
ValueError being raised that I was trying to fix, it's the fact that
using the address shown I get back 0 results.
If I go to Google and enter the same address manually it works fine.
I'm looking for suggestions on what I can do to coax a lat/lon out of
Google/geopy for that address.
Thanks!
Dan