ipeaGIT / geobr

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

Pernambuco state name incorrectly written in grid_state_correspondence_table #187

Closed josehcms closed 3 years ago

josehcms commented 4 years ago

Pernambuco is written 'Pernanbuco' in the data file grid_state_correspondence_table.

code: geobr::grid_state_correspondence_table %>% setDT %>% .[ code_state == 'PE',.(name_uf,code_state)] %>% unique

rafapereirabr commented 3 years ago

Thank you for the heads up, Jose. @Alandasilva , could you please fix this?

rafapereirabr commented 3 years ago

Hi José. This issue has been solved. It will be updated in our next CRAN update soon. In the meantime, you may use the dev version.

  utils::remove.packages('geobr')
  devtools::install_github("ipeaGIT/geobr", subdir = "r-package")
  library(geobr)
josehcms commented 3 years ago

Thank you Raphael! Great job of you guys with this package!