UBC-MDS / DSCI_525_Group13_Rainfall

Rainfall Model Prediction Project Repository
MIT License
1 stars 2 forks source link

3. Downloading the data #4

Closed mikelynch416 closed 3 years ago

mikelynch416 commented 3 years ago

rubric={correctness:10}

Download the data from figshare to your local computer using the figshare API (you can make use of requests library). Extract the zip file, again programmatically, similar to how we did it in class. You can download the data and unzip it manually. But we learned about APIs, and so we can do it in a reproducible way with the requests library, similar to how we did it in class.

There are 5 files in the figshare repo. The one we want is: data.zip

d-sel commented 3 years ago

Confirmed all were able to use download code successfully.