AquaSat / AquaMatch_harmonize_WQP

https://aquasat.github.io/AquaMatch_harmonize_WQP/
MIT License
1 stars 3 forks source link

Reorganize workflow, updates to WQP download target and SDD report rendering method #15

Closed mbrousil closed 1 year ago

mbrousil commented 1 year ago

There's a lot of changed lines here but the reality is that the vast majority of the edits are moving existing code from one file to another.

I went through _targets.R and moved individual targets to more appropriate locations in (I think exclusively) 3_harmonize.R. I also emptied out the src/functions.R file and created new script files in 3_harmonize/src for those functions. Basically the overall goal here was to put the targets and their functions in locations corresponding to the part of the workflow they're used in. Some targets are left in _targets.R. These should be related to configuring the pipeline.

Additional changes: