Python Forum
get the full address from a zip (postal) code - Printable Version

+- Python Forum (https://python-forum.io)
+-- Forum: Python Coding (https://python-forum.io/forum-7.html)
+--- Forum: General Coding Help (https://python-forum.io/forum-8.html)
+--- Thread: get the full address from a zip (postal) code (/thread-17094.html)



get the full address from a zip (postal) code - mfran2002 - Mar-28-2019

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...


RE: get the full address from a zip (postal) code - buran - Mar-28-2019

cross-post on SO
https://stackoverflow.com/questions/55398785/


RE: get the full address from a zip (postal) code - mfran2002 - Mar-28-2019

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


RE: get the full address from a zip (postal) code - buran - Mar-28-2019

(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


RE: get the full address from a zip (postal) code - micseydel - Mar-30-2019

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.