symerio / pgeocode

Postal code geocoding and distance calculation
https://pgeocode.readthedocs.io/
BSD 3-Clause "New" or "Revised" License
238 stars 58 forks source link

Missing postal codes for germany #13

Open bachephysicdun opened 5 years ago

bachephysicdun commented 5 years ago

While I was playing with the code, I just recognized that there are some postal codes for germany that the code returns no information regarding latitude, longitude, state_name and etc. I checked them in google map and I found that they are indeed valid postal codes. Here is the list of the postal codes with null results:

Bildschirmfoto 2019-09-09 um 20 38 07

Thank you in advance for your support!

Bests,

Amin

rth commented 5 years ago

Thanks for the report.

The problem is in the data provided by geonames. I posted a message about it on the mailing list https://groups.google.com/forum/#!forum/geonames (it might need some time to pass moderation).

bachephysicdun commented 5 years ago

Thanks for the reply.