This issue was moved to a discussion.
You can continue the conversation there. Go to discussion →
Review of 2wp-temp-observations
example pipeline
#4
Milestone
You can continue the conversation there. Go to discussion →
2wp-temp-observations
example pipeline
#4
Related to Issue #3
The layout of this repo and many of the design decision are similar to
nawqa_wqp
(reviewed in issue #4). It queries both WQP and NWIS, but this review will only address the WQP pull. It's well organized and well commented. In this case, I was able to get most of the targets in the inventory section of1_wqp_pull
to successfully build but did not complete the data pull because I did not want to modify the files on google drive. After the completion of the inventory target task table, the pipeline asked to push to google drive despite my call tooptions(scipiper.dry_put = FALSE)
(also I don't have access).Workflow Overview
The WQP portion of the pipeline (1_wqp_pull) completes the following when querying WQP data:
Loads data configuration information that includes the following parameters:
cfg
files; however, data pull does not include info about dates or spatial extent incfg
files, but data is queried from all 50 states, some territories, and locations in Canada and Mexico.Creates an inventory
wqp_pull_date
to develop the initial partitions and create a data inventory by year group.Pipeline output from the 2007 inventory target:
A peek at the head of the 2007 inventory target:
Pulls the data
wqp_pull_tasks.yml
task tableMissing pieces, places to improve, and general comments:
Consistencies across both repos
scipiper ind
files local and pushing the actual data to google drive)The text was updated successfully, but these errors were encountered: