GitXplorerGitXplorer
n

tbd

public
1 stars
0 forks
0 issues

Commits

List of commits on branch main.
Verified
d09929c15a2815781ba564e6057d11c39a3db72f

Merge pull request #22 from nicrie/tidy_repo

LLudo915 committed 4 years ago
Unverified
dce346609d7edbbd5c2d6073c7e76d4588d1642a

upload mapping files + corrected french departements mapping file

LLudo915 committed 4 years ago
Unverified
a4b08ba0193b000691288b22591a710e7f2174f1

added mobility data in the right folder

LLudo915 committed 4 years ago
Verified
506bf12119cdf0e8a8ab4b5c48963247a51a335c

Merge pull request #21 from nicrie/add_mobility_data_csv_file

LLudo915 committed 4 years ago
Unverified
7b0a794874bc68409c1c9999baa089d0ef189255

add_mobility_data_csv_file

LLudo915 committed 4 years ago
Verified
e95ab76c6a1d08f24baf46234d9d04aac6498ed8

Merge pull request #20 from nicrie/added_mobility_index_to_data_and_model

LLudo915 committed 4 years ago

README

The README file for this repository.

README

Prepare

Create a correct environment e.g. using conda. We need quite specific versions, e.g. python 3.7 and some other specific versions of some packages. So save yourself some pain and do it the quick way ;)

conda create --name myenv --file package-list.txt

Make shell script executable variance

chmod +x update_data.sh

Run analysis

./update_data.sh

Download Historical Data

python download_covid_hist_data.py python download_pm25_hist_data.py python concatenate_all_files_in_dir.py