-
Notifications
You must be signed in to change notification settings - Fork 119
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
erro em geobr.read_comparable_areas() no python #294
Comments
Oi @gustavoalcantara . Obrigado pela mensagem. A função |
Oi @rafapereirabr |
Na real está traduzida sim. Testei esses inputs que você deu, @gustavoalcantara, mas não identifiquei nenhum erro. Você dar um traceback mais completo por favor. |
@JoaoCarabetta , os parâmetros que to inserindo tão certo? O start_year= e end_year= é isso aí mesmo, né? PARSERS = {"python": PythonExprVisitor, "pandas": PandasExprVisitor} fim do traceback lembrando que to no Colab. Será por isso? |
Oi Rafael e João. Tudo bem com vocês? Sempre um prazer poder utilizar o geobr. Agradeço demais pela iniciativa.
Pessoal, tenho enfrentado um erro utilizando no colab a função read_comparable_areas().
ao atribuir
amc = geobr.read_comparable_areas(start_year=1991, end_year=2010)
ou
amc = geobr.read_comparable_areas()
o seguinte erro aparece:
831 """
832 if is_term(self.terms):
--> 833 return frozenset([self.terms.name])
834 return frozenset(term.name for term in com.flatten(self.terms))
835
No
R
roda tranquiloTestei em mais de um computador, porém sem sucesso.
Vocês podem me ajudar?
Agradeço muito a atenção.
Excelente semana!
The text was updated successfully, but these errors were encountered: