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

Wip add script clean postal code #1

Open
wants to merge 32 commits into
base: main
Choose a base branch
from

Conversation

AlbertoRasillo
Copy link
Contributor

PR para realizar la normalización de direcciones. El obejtivo es tener una tabla en la base de datos con los campos necesarios para realizar búsquedas en diferentes APIs(google, cartociudad, catastro) para localizar los códigos postales.

'Ç': 'C',
',': ' ',
'.': ' ',
'-': ' ',}
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Has mirat https://pypi.org/project/Unidecode/ o equivalent per a passar d'unicode a ascii?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Si, mire esa librería y decidí que no era necesario generar una dependencia nueva de momento.

@polmonso
Copy link
Contributor

polmonso commented May 12, 2022 via email

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

Successfully merging this pull request may close these issues.

2 participants