NCC-CNC / wtw-data-prep

Scripts to prepare data for Where To Work tool
0 stars 0 forks source link

add prefix to script names: 01, 02, 03 etc. #3

Closed DanWismer closed 1 year ago

DanWismer commented 1 year ago
edwardsmarc commented 1 year ago

Any ideas for this given that not all of the scripts will be run in a given workflow?

e.g. a project using national data and the 1km grid would use:

and a project using regional data and a custom grid would use:

Something like this could work, but it might be confusing for some: 01_initiate_project.R 02_aoi_to_1km_grid.R 02_aoi_to_custom_grid.R 03_natdata_to_aoi_1km_grid.R 04_populate_nat_metadata.R 05_wtw_formatting.R

DanWismer commented 1 year ago

How about ...

01_initiate_project.R 02a_aoi_to_1km_grid.R 02b_aoi_to_custom_grid.R 03_natdata_to_aoi_1km_grid.R 04_populate_nat_metadata.R 05_wtw_formatting.R

Then we can describe when to use 02a or 02b?

edwardsmarc commented 1 year ago

Yeah that makes sense. And we also make it explicit that you don't always need all the scripts.