Closed DanWismer closed 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
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?
Yeah that makes sense. And we also make it explicit that you don't always need all the scripts.