AzulGarza / covidmx

Python API to get information about COVID-19 in México.
MIT License
19 stars 7 forks source link

Cannot read the data #21

Open jballesterosc opened 3 years ago

jballesterosc commented 3 years ago

I'm trying to run the covid_dge_data = CovidMX().get_data() line, but it get the runtime error Cannot read the data. Also get the following: URLError: <urlopen error [Errno 60] Operation timed out>.

Captura de Pantalla 2020-08-04 a la(s) 10 29 37 Captura de Pantalla 2020-08-04 a la(s) 10 29 50

I've failed to pull request at the dge.py file to change the URL_DESCRIPTION and URL_HISTORICALfor the updated ones:

URL_DESCRIPTION = 'http://epidemiologia.salud.gob.mx/gobmx/salud/datos_abiertos/diccionario_datos_covid19.zip' URL_HISTORICAL = 'http://epidemiologia.salud.gob.mx/gobmx/salud/datos_abiertos/datos_abiertos_covid19.zip'

alanponce commented 3 years ago

Hi, I have the same issue, any ideas?

Screen Shot 2021-03-01 at 18 40 53