ipeaGIT / geobr

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

Python: improve error message where there is a connection problem #222

Closed rafapereirabr closed 3 years ago

rafapereirabr commented 3 years ago

improve error message where there is an internet connection problem. The current ERROR message in the Python version of geobr is not informative.. We should probably use a similar Error message as the one used in the R version of geobr:

Error in download_metadata() : Internet connection problem. If this is not a connection problem in your network, please try geobr again in a few minutes.

JoaoCarabetta commented 3 years ago

solved!

rafapereirabr commented 3 years ago

Thanks!