Skip to content

Commit

Permalink
Add docs about raw data release
Browse files Browse the repository at this point in the history
  • Loading branch information
Noam Ross committed Apr 1, 2022
1 parent 067558b commit 5c07acd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
4 changes: 3 additions & 1 deletion data-raw/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 .
```
```

You can also get the full `data-raw` directory as ZIP file attached to the `data-raw` release of this repository.

0 comments on commit 5c07acd

Please sign in to comment.