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

Erro utilizando a função read_municipality #303

Closed grazLet closed 1 year ago

grazLet commented 1 year ago

Olá, estou tentando utilizar a função read_municipality do pacote geobr, porém não obtive sucesso nas duas últimas semanas. O seguinte erro surge ao chamar a função:

Problem connecting to data server. Please try again in a few minutes.

rafapereirabr commented 1 year ago

Por favor, instale a última versão do geobr v1.7.0 e tente novamente

install.packages("geobr")

grazLet commented 1 year ago

Por favor, instale a última versão do geobr v1.7.0 e tente novamente

install.packages("geobr")

Olá, eu já estou utilizando a última versão do pacote. Também já desinstalei e instalei novamente, porém o erro permanece.

> packageVersion("geobr") [1] ‘1.7.0’

rafapereirabr commented 1 year ago

Hi @grazLet . Could you please try the function again?

grazLet commented 1 year ago

Hi @grazLet . Could you please try the function again?

Olá, tentei utilizar a função novamente e o erro permanece.

_> all_mun_pr <- read_municipality(codemuni=41, year=2020) Problem connecting to data server. Please try again in a few minutes. _> all_mun_pr <- read_municipality(codemuni=41, year=2019) Problem connecting to data server. Please try again in a few minutes.

rafapereirabr commented 1 year ago

Aqui está funcionando ok. Por favor, reinicie sua sessão de R e tente de novo

rafapereirabr commented 1 year ago

Closing this issue for now due to lack of response. I'm glad to reopen the issue if the problem persists