Open JoaoCarabetta opened 3 years ago
Hello everyone,
Maybe this project by @millengustavo may inspire some very useful feature, which allows to intersect geobr with DataSUS microdata.
https://github.com/millengustavo/ibge-censo-cep-coordenadas/blob/main/notebooks/ibge_data.ipynb
Thanks for your request to @JoaoCarabetta, and many many many Thanks to IPEA team for maintaining this project and IPEAData also. Great job guys!
Following up our conversation about adding CEP data to geobr.
The current idea is to map CEP numbers to h3 hexagons, so that each hexagon would have a list of CEPs.
API
Infrastructure
get_cep_by_geo
get_geo_by_cep
On a reasonable CEP digit, we should save a dataframe that is small enough to be downloaded and filtered.
@rafapereirabr let me know what you think. It is not easy to build those indexes, but I it would be incredible to have it!