Closed lindsayplatt closed 6 years ago
Hi @lindsaycarr , I'm checking back in on this open PR - do you intend to add more commits and/or respond to some of the above comments?
@abock80 and I also noticed that the .ind files from your recent data pulls aren't yet git committed - it'd be nice to get those up to github when you can.
Yes, sorry - getting back into this now! It is still not running without errors, so I've got some work to do before it is merged.
And sorry about the missing .ind files. See this PR: https://github.com/USGS-R/nawqa_wqp/pull/16
No worries, I know you've been gone + managing other big priorities. Welcome back!
Hi @lindsaycarr , this one is back to you for debugging & merge conflicts. Lemme know when you're ready for re-review or merge.
Calling this plenty for one PR.
I think I am really close. Currently stuck on an error about duplicate target names, but not sure how to overcome it. I wanted to include targets from a previous makefile in subsequent ones. The way I'm doing it now is apparently not correct (I want to reference
wqp_pull_folders
from1_wqpdata.yml
intasks_1_wqp.yml
, andwqp_dates
from1_wqpdata.yml
intasks_1_wqp_nitrate.yml
.This starts with
1_wqpdata.yml
and creates different inventory task makefile calledtasks_1_wqp_inventory.yml
which has different inventory calls for each constituent.Then
1_wqpdata.yml
creates a task makefile with a different task for each constituent. Nested inside of this makefile are the instructions to use the partitions created in the inventory to create another makefile per constituent which will ultimately pull the data.Here's the error I get with the current implementation: