This post outlines the changes of the workflow in the PACTA_analysis repository. Everyone who works with this repository is encouraged to read this.
Everyone who uses the PACTA_analysis script for their projects.
The workflow for initializing a project has changed. A new required config file must be used and was added to the repo.
Project wide settings should be set in the file “project_settings.yml”, prior to project initialization:
project_name: name_of_the_project_folder
project_name
. The project name is relevant for input, output and naming of data files.
project_internal:
twodii_internal: FALSE
twodii_internal
is set FALSE
. Value should only be set to TRUE
for 2DII internal staff.
project_internal:
...
project_location_ext: ~/path/to/project
Please define project_location_ext
by copying the full path to the folder, in which you want to store data (including the results) related to this particular evaluation. During the run of the code, the a project folder with several sub-folders will be created here.
Please consider:
project_internal:
...
data_location_ext: ~/path/to/data
Please define data_location_ext
by copying the full path to the folder, in which you stored the data files (set of rda files) provided by Asset Resolution or the 2DII.
Please consider:
If you have any other questions regarding how this affects your workflow, please consult the README.Rmd file in the PACTA_analysis portfolio https://github.com/2DegreesInvesting/PACTA_analysis or contact me (Jacob), Jackson or Clare.
For attribution, please cite this work as
Kastl (2020, July 27). Data science at 2DII: PACTA_analysis - New config file: project_settings. Retrieved from https://2degreesinvesting.github.io/posts/2020-07-27-config-project-settings/
BibTeX citation
@misc{kastl2020pacta_analysis, author = {Kastl, Jacob}, title = {Data science at 2DII: PACTA_analysis - New config file: project_settings}, url = {https://2degreesinvesting.github.io/posts/2020-07-27-config-project-settings/}, year = {2020} }