ipeaGIT / geobr

Easy access to official spatial data sets of Brazil in R and Python
https://ipeagit.github.io/geobr/
786 stars 118 forks source link

Fix column typo abrev --> abbrev ( for lookup_muni ) #283

Closed GoulartNogueira closed 2 years ago

GoulartNogueira commented 2 years ago

As described in #282,

lookup_muni has a column named abrev_state (single B), while other databases use abbrev_state (double B).

A lookup table should make it easier to connect different tables, and therefore their columns should be standardized.

rafapereirabr commented 2 years ago

Hi André. Sorry for the late response. Thank you for your pull request. Fixing the problem involved making changes to several scripts and updating the data in our server. These fixes have now been implemented in the dev version of geobr