diff --git a/README.md b/README.md index b53ab0d..b412227 100644 --- a/README.md +++ b/README.md @@ -14,4 +14,4 @@ The weighted versions are generated by multiplying the output variables with ver ## Getting Set Up -The data-raw directory contains all the scripts needed to import the data into the repository. The datasets are not in the directory, though. These scripts build all the working datasets to the `data` directory, which *is* under version control, so the code should all run. +The data-raw directory contains all the scripts needed to import the data into the repository. The datasets are not in the directory, though. These scripts build all the working datasets to the `data` directory, which *is* under version control, so the code should all run. Original raw data is stored on EHA's AWS S3 buckets, or can be found attached to the `data-raw` release of this repository. diff --git a/data-raw/README.md b/data-raw/README.md index 0bb0547..543c9c6 100644 --- a/data-raw/README.md +++ b/data-raw/README.md @@ -3,4 +3,6 @@ To download the original raw data from AWS S3, run the following command. (You c ``` cd data-raw aws s3 sync s3://hotspots2/data-raw . -``` \ No newline at end of file +``` + +You can also get the full `data-raw` directory as ZIP file attached to the `data-raw` release of this repository.