forked from DOI-USGS/lake-temperature-model-prep
-
Notifications
You must be signed in to change notification settings - Fork 0
/
6_wqp_fetch.yml
33 lines (25 loc) · 851 Bytes
/
6_wqp_fetch.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
target_default: 6_wqp_fetch
packages:
- dataRetrieval
- dplyr
- feather
- scipiper
- yaml
- MESS
sources:
- 6_wqp_fetch/src/fetch_wqp_data.R
targets:
6_wqp_fetch:
depends:
- 6_wqp_fetch/out/wqp_temperature_data.rds.ind
- 6_wqp_fetch/out/wqp_secchi_data.rds.ind
6_wqp_fetch/out/wqp_temperature_data.rds.ind:
command: fetch_wqp_data(target_name, characteristicName = wqp_temperature_charnames,
site_ind = '2_crosswalk_munge/out/wqptemp_nhdhr_xwalk.rds.ind',
dummy = I('2022-05-26'),
'6_wqp_fetch/src/fetch_wqp_data.R')
6_wqp_fetch/out/wqp_secchi_data.rds.ind:
command: fetch_wqp_data(target_name, characteristicName = wqp_secchi_charnames,
site_ind = '2_crosswalk_munge/out/wqpsecchi_nhdhr_xwalk.rds.ind',
dummy = I('2022-05-31'),
'6_wqp_fetch/src/fetch_wqp_data.R')