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

Error for Thièvres zip_code #34

Open
Remg opened this issue Jun 27, 2019 · 1 comment
Open

Error for Thièvres zip_code #34

Remg opened this issue Jun 27, 2019 · 1 comment

Comments

@Remg
Copy link

Remg commented Jun 27, 2019

Saw this while generating unique slugs by concatenating zip_codes and city names.

There are 2 french cities named Thièvres.

  • one in dpt 62
  • one in dpt 80

I am using your cities.csv :

24861,62,62814,62760,Thièvres,thievres,50.132551851852,2.4468190740741
[...]
32410,80,80756,62760,Thièvres,thievres,50.120079733333,2.4628542666667

second occurence for dpt 80 has a wrong zip_code.
it should be :

32410,80,80756,80560,Thièvres,thievres,50.120079733333,2.4628542666667

source: https://fr.wikipedia.org/wiki/Thi%C3%A8vres_(Somme)

@Remg
Copy link
Author

Remg commented Jun 27, 2019

I see the error is coming from geo.api.gouv.fr :
https://geo.api.gouv.fr/communes/80756?fields=codesPostaux,centre&format=json&geometry=centre

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

1 participant