google-research / open-covid-19-data

Open source aggregation pipeline for public COVID-19 data, including hospitalization/ICU/ventilator numbers for many countries.
Apache License 2.0
115 stars 69 forks source link

Fix export bugs #114

Closed everettk closed 3 years ago

everettk commented 3 years ago

This fixes the root causes for the two bugs described in #104.

  1. Google mobility report data now gets exported correctly into exports/google_mobility_reports/Regions.
  2. Google search trends symptoms data now avoids copying the README files from data/inputs to data/exports, so there is no longer a bug with broken relative links in these files.