Download dataset
We’ll create the project directory structure and download the datasets.
- We’ll create and use some bash scripts to create a directory structure for our project
- We’ll be following the project template by cookiecutter - by datadriven
Create directory structure
and if data already exists, clean it!
$ rocks_clean_dataDownload and verify the data
$ rocks_download_dataDownloads Dataset1 and moves the extracted files to data/1_extracted/dataset1.
Downloads Dataset2 and moves the extracted files to data/1_extracted/dataset2.
download_and_move_datasets
download_and_move_datasets ()
Run the download and move datasets script.