Skip to content

v1.8.0

Compare
Choose a tag to compare
@rafapereirabr rafapereirabr released this 09 Sep 22:28
· 141 commits to master since this release

New function

  • read_capitals() to download either a spatial sf object with the location of the municipal seats (sede dos municipios) of state capitals, or a data.frame with the names of codes of state capitals. Closes #243

Minor changes

  • Update intro vignette to show how to use geobr together with the new censobr sister package.

Bug fixes

  • fixed bug from conflict between sf and data.table that was messing with plot extent. Closes #284.
  • fixed bug from conflicts between plotly and data.table. Closes #279.
  • fixed bug in cep_to_state() function. Closes #317.
  • fixed bug in progress bar. Closes #154.
  • The lookup_muni() and download_metadata() functions are now more robust to internet connection failures.