We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Saw this while generating unique slugs by concatenating zip_codes and city names.
There are 2 french cities named Thièvres.
Thièvres
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)
The text was updated successfully, but these errors were encountered:
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
Sorry, something went wrong.
No branches or pull requests
Saw this while generating unique slugs by concatenating zip_codes and city names.
There are 2 french cities named
Thièvres
.I am using your cities.csv :
second occurence for dpt 80 has a wrong zip_code.
it should be :
source: https://fr.wikipedia.org/wiki/Thi%C3%A8vres_(Somme)
The text was updated successfully, but these errors were encountered: