ummel / fusionData

Data backend for fusionACS platform
https://ummel.github.io/fusionData/
GNU General Public License v3.0
2 stars 1 forks source link

Commit 2019 ASEC code and data #67

Closed ummel closed 1 year ago

ummel commented 2 years ago

Confirm that you are satisfied with the following files on your local machine:

  1. raw data and documentation files stored at survey-raw/ASEC/2019
  2. the .R processing script(s) at survey-processed/ASEC/2019/ASEC_2019_*_processed.R
  3. the .rds data dictionary file(s) at survey-processed/ASEC/2019/ASEC_2019_*_dictionary.rds
  4. the updated /data/dictionary.rda and /data/surveys.rda files created by call to compileDictionary()
  5. the .fst processed microdata files at survey-processed/ASEC/2019/ASEC_2019_*_processed.fst

Once all is good, commit changes related to (2), (3), and (4), and push your local codebase to the fusionData Github repository. Note that the fusionData .gitignore file is configured to automatically prevent files associated with (1) and (5) from being included in Github commits.

Finally, upload all files associated with (1) and (5) to the fusionACSdata Google Drive /fusionData directory, creating new sub-folders as necessary to re-create your local directory structure. This will make the processed microdata files available to other users without having to download and process the raw data themselves.

Retain your local version of the raw and processed data -- (1) and (5) -- in case you need to quickly/conveniently re-process or otherwise make changes later on.

heroashman commented 1 year ago

Uploaded raw and processed data to the Google Drive. Pushed all code and updates surveys.rda and dictionary.rda to the repo.