Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Hodge authored Apr 6, 2020
1 parent 878746a commit 02496ce
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,15 +31,15 @@ _**Figure 1**: UK trends chart rom [Google Community Mobility Reports](https://w

Data and methodology cannot be QA’d directly by the Campus and is provided on an ‘as-is’ basis.

## Python tool: Mobility Report Data Extractor
## Python tool: Mobility Report Data Extractor (mobius)

<p align="center">
<img src="imgs/logo.png" alt="Logo">
</p>

The Data Science Campus has created a [Python tool (https://github.com/datasciencecampus/mobility-report-data-extractor)](https://github.com/datasciencecampus/mobility-report-data-extractor) for extracting the data points from the graphs for [Google Community Mobility Report PDFs](https://www.google.com/covid19/mobility/). To use this tool, the PDF documents need to be converted to Scalable Vector Graphic (SVG) format. The Campus has converted all G20 (except Russia, and China) countries, plus others. These can be downloaded from this [Google Drive link](https://drive.google.com/open?id=1n5XXYbJtf-wNWEkDPe7N8iNfjzJXwZ_d). These SVG files than then be run through the Python scripts to obtain a Comma Separated Value (CSV) file for each graph in the original report.
The Data Science Campus has created a [python tool (https://github.com/datasciencecampus/mobility-report-data-extractor)](https://github.com/datasciencecampus/mobility-report-data-extractor) for extracting the data points from the graphs for [Google Community Mobility Report PDFs](https://www.google.com/covid19/mobility/). To use this tool, the PDF documents need to be converted to Scalable Vector Graphic (SVG) format. The Campus has converted all PDF documents to SVG documents for this tool. These SVG files are used in `mobius` to obtain a Comma Separated Value (CSV) file for each graph in the original report.

This repository contains the [CSV files for the UK](https://github.com/datasciencecampus/google-mobility-reports-data/blob/master/csvs/uk-all-trends.csv).
This repository contains the [CSV files for all G20 countries for national and regional graphs](https://github.com/datasciencecampus/google-mobility-reports-data/blob/master/csvs/).

## Boundary data for the UK
The set of boundaries provided in the geopackage is draft, and has been created by ONS in order to promote information sharing and analysis of the effect of COVID19.
Expand Down

0 comments on commit 02496ce

Please sign in to comment.