covid19datahub / COVID19

A worldwide epidemiological database for COVID-19 at fine-grained spatial resolution
https://covid19datahub.io
GNU General Public License v3.0
251 stars 93 forks source link

Daily number of cases and of deaths in Portugal are avaiable again in #205

Closed eguidotti closed 1 year ago

eguidotti commented 2 years ago

Daily number of cases and of deaths in Portugal are avaiable again in https://covid19.min-saude.pt/numero-de-novos-casos-e-obitos-por-dia Variables: confirmation_date1 -> date day_cum_abs_num ->cases day_ob_abs_num -> deaths

Originally posted by @susanapsilva in https://github.com/covid19datahub/COVID19/issues/179#issuecomment-1082461910

eguidotti commented 2 years ago

Thanks @susanapsilva for reporting this. I'm getting the following message right now:

Caro utilizador O serviço encontra-se com muita procura. Por favor volte a tentar dentro alguns minutos. Muito obrigado.

I'll try again later

susanapsilva commented 2 years ago

You can try directly but I'm not surre if they will keep the same name structure over time. Here goes the link for most recent file: https://covid19.min-saude.pt/wp-content/uploads/2022/03/covid_dados_2022-03-31_xlsx-36kb.xlsx

eguidotti commented 2 years ago

I always get the same error message... it doesn't seem to be working

susanapsilva commented 2 years ago

I don't understand why because the link works for me [https://covid19.min-saude.pt/numero-de-novos-casos-e-obitos-por-dia] in chrome and edge at least as you can see in the screenshot Screenshot 2022-05-11 21 40 29 Thanks

eguidotti commented 2 years ago

Hi @susanapsilva, I tried several times again from Safari and Chrome. Sadly, I'm still getting the same error message:

Screenshot 2022-06-02 at 10 30 24

It seems it is the base domain that is not working for me: https://covid19.min-saude.pt Maybe they are restricting access outside of Portugal (it would not make much sense though)

susanapsilva commented 2 years ago

It doesn't make sense, but it might be exactly that :(

susanapsilva commented 2 years ago

Hi @eguidotti

At the github project you used for Portugal you can now find daily data too. https://github.com/dssg-pt/covid19pt-data/blob/master/dados_diarios.csv

Variables:

data -> date confirmados -> confirmed confirmados_novos ->new cases obitos -> deaths obitos_novos -> new deaths

Thanks