Covid-19-Response-Greece / covid19-data-greece

Datasets and analysis of Novel Coronavirus (COVID-19) outbreak in Greece
https://www.covid19response.gr
European Union Public License 1.2
14 stars 12 forks source link

Create data-processing folder structure #3

Closed Phaedon-Vagionas closed 4 years ago

Phaedon-Vagionas commented 4 years ago

Create a structure for the folder "data-processing" that mimicks the structure of folder "data". Each script in "data-processing" is to be placed in the folder that corresponds to the one it extracts files to in "data". Eg. extract_json_greece.py reads files from "/data/all_countries/JohnsHopkinsCSSE/" and extracts a file to "/data/greece/JohnsHopkinsCSSE/". Therefore, it should be placed in "data-processing/greece/JohnsHopkinsCSSE/".