dathere / covid19-time-series-utilities

several utilities to help wrangle COVID-19 data into a time-series format
Creative Commons Attribution Share Alike 4.0 International
34 stars 8 forks source link

FileNotFoundError: [Errno 2] No such file or directory: '/tmp/workfile_out.csv' #27

Closed Nadedic closed 4 years ago

Nadedic commented 4 years ago

https://github.com/dathere/covid19-time-series-utilities/blob/902ff8ad1bbef4636b062555775101583a67dfb4/covid19-ingest.sh#L58

Happens here, how exactly can I trace if that csv makes it to my disk.

jqnatividad commented 4 years ago

Hi @Nadedic , what OS are you using? Windows? MacOS?

Anyway, you should try COVIDrefine instead as JHU sorts out it file format. COVIDrefine uses the timeseries version of the JHU data and actually produces better data.

Nadedic commented 4 years ago

I am using Windows Subsystem Linux (WSL) I don't think windows would interfere with any thing there. I moved ahead and ran refine shell but I will need to wait for geo-earch api key..

abhi3232 commented 4 years ago

I am facing same issue. Is there any solution for this ?

jqnatividad commented 4 years ago

Hi @Nadedic @abhi3232 fixed it, so it should now work on MacOS and Windows...