OCHA-DAP / pa-aa-yem-flooding

GNU General Public License v3.0
3 stars 0 forks source link

Performance testing chirps #8

Closed zackarno closed 1 year ago

zackarno commented 1 year ago

Work on performance testing and clustering flood impact data.

  1. _targets.R is the priority and contains basically all the analysis. Suggest running targets::tar_make() to build all the target objects/files. This will take several hours to run so I tend to use terminal to run in background. In terminal (on mac) I navigate to the repo directory and run: caffeinate -i -s Rscript -e 'targets::tar_make()' . I think it makes sense to do this as the first step and as it runs (or after) you can explore other aspects, such as
  2. 07_checkpoint_1a_oveview.rmd - I think this makes sense to look at next at is basically a summary of the current project status.