Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Municipality years missing from list_geobr return #330

Closed
fbrustolin opened this issue Nov 13, 2023 · 1 comment
Closed

Municipality years missing from list_geobr return #330

fbrustolin opened this issue Nov 13, 2023 · 1 comment

Comments

@fbrustolin
Copy link

Despite data for municipalities in 2021 and 2022 being available and correctly informed in the read_municipality error message, those years are absent in the output of list_geobr function.

library(geobr)
geobr_datasets = list_geobr()
geobr_datasets$years[geobr_datasets$geography == "Municipality"]
read_municipality(code_muni="all", year=-1)
@rafapereirabr
Copy link
Member

Thanks for the heads up, @fbrustolin. I've open the issue #331 to report the error in read_municipality(year = 2021, simplified = TRUE).

In my next commit, I'm fixing this issue by adding years 2021 and 2022 to the municipality reference in list_geobr()

vss-2 pushed a commit to vss-2/geobr that referenced this issue Jun 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants