Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

plz 22301 has wrong geo coord data #1

Open
Ohmagar opened this issue Apr 24, 2022 · 1 comment
Open

plz 22301 has wrong geo coord data #1

Ohmagar opened this issue Apr 24, 2022 · 1 comment

Comments

@Ohmagar
Copy link

Ohmagar commented Apr 24, 2022

Postal code 22301, Hamburg has wrong data written into it.

row[""] = '22301' row["lat"] = '51.165691' row["lng"] = '10.451526'

whereas others

row[""] = '22179' row["lat"] = '53.60792499999999' row["lng"] = '10.0852568'
row[""] = '22297' row["lat"] = '53.6088274' row["lng"] = '10.009959'
row[""] = '22299' row["lat"] = '53.59451' row["lng"] = '9.9999424'

Check was done for Hamburg only. This is the only wrong plz.

@jensgerdes
Copy link

Check was done for Hamburg only. This is the only wrong plz.

Although it might be the only wrong Geo coords for Hamburg, they are not the only for Germany.

The coords point to the very center of Germany and seem to be the fallback for when no specific point could be found.
There are 94 hits when searching in the data for the coords.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants