Published September 20, 2025
| Version v1
Patent
Open
Código CNEFE 2010: An open pipeline for spatializing and categorizing the 2010 CNEFE in Brazil
Creators
Description
CNEFE-Faces is an open-source Python pipeline designed to work with the Cadastro Nacional de Endereços para Fins Estatísticos (CNEFE 2010), produced by IBGE.
The software automates the process of:
- Reading raw fixed-width TXT files (FWF) from the CNEFE 2010 database.
- Building standardized geographic identifiers (
ID_municipio
,ID_setor
,ID_face
). - Categorizing addresses by their official usage codes (1–7).
- Refining “Other establishments” (code 6) through keyword-based classification using the establishment description.
- Linking TXT records directly with IBGE block-face shapefiles.
- Exporting results as GeoPackage (GPKG) and CSV for GIS and urban analysis workflows.
This tool supports researchers in urban planning, geography, demography, and data science who need reproducible, documented, and extensible workflows for socio-spatial analysis.
Files
CNEFE_2010_v01n.ipynb
Additional details
Software
- Repository URL
- https://github.com/anamaffini/Codigo_CNEFE_2010
- Programming language
- Python
- Development Status
- Active