epiforecasts / covidregionaldata

An interface to subnational and national level COVID-19 data. For all countries supported, this includes a daily time-series of cases. Wherever available we also provide data on deaths, hospitalisations, and tests. National level data is also supported using a range of data sources as well as linelist data and links to intervention data sets.
https://epiforecasts.io/covidregionaldata/
Other
37 stars 18 forks source link

Fix for region glitch in Mexico code as seen in #119 #299

Closed RichardMN closed 3 years ago

RichardMN commented 3 years ago

Somehow the download url snippets for states and municipalities had been switched in the Mexico code so we downloaded data for states then put it through the municipalities logic, and vice versa.

I think this fixes the problem identified in #119

This PR should be applied subsequent to #297