jdiaz4302 / ds-pipelines-targets-2

https://lab.github.com/USGS-R/usgs-targets-tips-and-tricks
0 stars 0 forks source link

Swap targets #9

Closed jdiaz4302 closed 3 years ago

jdiaz4302 commented 3 years ago

This PR is addressing #8

I swapped 5 file targets to be object targets (the site_data_xxxxxxxx_csv are now site_data_xxxxxxxx) and I swapped 1 object target to be a file target (processed_data is now processed_data_rds).

I initially wanted to have processed_data as a csv file to be more generalizable, but the rds file saved a lot of headaches when it came to reprocessing the data for 3_visualize, so I figured there was no need to make it less pleasant for its one clear purpose (it would require further reprocessing in 3_visualize or a separate reprocessing function).

jdiaz4302 commented 3 years ago

Also, @lindsayplatt , here are the status screenshots

ds-pipelines-targets-2-status-targetswap

ds-pipelines-targets-2-visnetwork-targetswap

github-learning-lab[bot] commented 3 years ago


When you are done poking around, check out the next issue.