Python Forum

Full Version: get the full address from a zip (postal) code
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi all,
I need to get the full address from a zipcode

my company has a contract to use google api, but I don't know where to start

thank you!

PS: I'm trying the "geopy" module but, apart from the fact that every now and then it crashes, it doesn't answer correctly if the same zipcode returns more than one result ...

for example the zip 28822 is both in spain and italy...
apologize buran, but I need to solve this issue so I asked also in other websites

please proceed the best way you prefer, even you can delete my thread

best regards
(Mar-28-2019, 02:36 PM)mfran2002 Wrote: [ -> ]apologize buran, but I need to solve this issue so I asked also in other websites

The point is you need to disclose that it was cross-posted. This way everyone can check/see if it was solved already somewhere else
Since this doesn't seem near solved in either place...

(Mar-28-2019, 10:02 AM)mfran2002 Wrote: [ -> ]I need to get the full address from a zipcode
I don't know what this means. It sounds like you want to do something that doesn't make any sense - a zipcode (usually) doesn't resolve into a single address. Your SO post mentions a zip code applying to multiple countries, which is also something I don't understand. Like they said on SO, you need to clarify your question.