This repository has been archived by the owner on Jun 1, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 7
/
getters.yml
109 lines (76 loc) · 3.77 KB
/
getters.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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
target_default: none
packages:
- scipiper
targets:
none:
depends:
######## 1_wqp_pull #########
1_wqp_pull/inout/wqp_inventory.feather:
command: gd_get('1_wqp_pull/inout/wqp_inventory.feather.ind')
1_wqp_pull/inout/wqp_pull_partitions.feather:
command: gd_get('1_wqp_pull/inout/wqp_pull_partitions.feather.ind')
1_wqp_pull/out/wqp_data.rds:
command: gd_get('1_wqp_pull/out/wqp_data.rds.ind')
######## 2_nwis_pull #########
2_nwis_pull/inout/nwis_dv_inventory.feather:
command: gd_get('2_nwis_pull/inout/nwis_dv_inventory.feather.ind')
2_nwis_pull/inout/nwis_uv_inventory.feather:
command: gd_get('2_nwis_pull/inout/nwis_uv_inventory.feather.ind')
2_nwis_pull/inout/nwis_compare_services.feather:
command: gd_get('2_nwis_pull/inout/nwis_compare_services.feather.ind')
2_nwis_pull/inout/nwis_uv_inventory_reduced.feather:
command: gd_get('2_nwis_pull/inout/nwis_uv_inventory_reduced.feather.ind')
2_nwis_pull/inout/nwis_dv_partition.feather:
command: gd_get('2_nwis_pull/inout/nwis_dv_partition.feather.ind')
2_nwis_pull/inout/nwis_uv_partition.feather:
command: gd_get('2_nwis_pull/inout/nwis_uv_partition.feather.ind')
2_nwis_pull/out/nwis_dv_data.rds:
command: gd_get('2_nwis_pull/out/nwis_dv_data.rds.ind')
2_nwis_pull/out/nwis_uv_data.rds:
command: gd_get('2_nwis_pull/out/nwis_uv_data.rds.ind')
######## 4_other_sources #########
# download and unzip ecosheds data
# created original indicator file with gd_confirm_posted('4_other_sources/in/sheds-public-data-20220412.zip.ind')
4_other_sources/in/sheds-public-data-20220412.zip:
command: gd_get('4_other_sources/in/sheds-public-data-20220412.zip.ind')
4_other_sources/out/ecosheds_data.rds:
command: gd_get('4_other_sources/out/ecosheds_data.rds.ind')
4_other_sources/out/ecosheds_sites.rds:
command: gd_get('4_other_sources/out/ecosheds_sites.rds.ind')
4_other_sources/out/norwest_raw_temp_data.feather:
command: gd_get('4_other_sources/out/norwest_raw_temp_data.feather.ind')
4_other_sources/out/norwest_raw_site_data.rds:
command: gd_get('4_other_sources/out/norwest_raw_site_data.rds.ind')
######## 5_data_munge ###########
5_data_munge/out/wqp_data_streams.rds:
command: gd_get('5_data_munge/out/wqp_data_streams.rds.ind')
5_data_munge/out/wqp_data_streams_datesres.rds:
command: gd_get('5_data_munge/out/wqp_data_streams_datesres.rds.ind')
5_data_munge/out/ecosheds_munged.rds:
command: gd_get('5_data_munge/out/ecosheds_munged.rds.ind')
5_data_munge/out/norwest_munged.rds:
command: gd_get('5_data_munge/out/norwest_munged.rds.ind')
5_data_munge/out/wqp_daily_depths.rds:
command: gd_get('5_data_munge/out/wqp_daily_depths.rds.ind')
5_data_munge/out/wqp_daily_nodepths.rds:
command: gd_get('5_data_munge/out/wqp_daily_nodepths.rds.ind')
5_data_munge/out/nwis_daily.rds:
command: gd_get('5_data_munge/out/nwis_daily.rds.ind')
5_data_munge/out/daily_temperatures.rds:
command: gd_get('5_data_munge/out/daily_temperatures.rds.ind')
5_data_munge/out/all_sites.rds:
command: gd_get('5_data_munge/out/all_sites.rds.ind')
# qaqc the daily temperature data.
5_data_munge/out/daily_temperatures_qaqc.rds:
command: gd_get('5_data_munge/out/daily_temperatures_qaqc.rds.ind')
5_data_munge/out/stream_sites_us.rds:
command: gd_get('5_data_munge/out/stream_sites_us.rds.ind')
# 6_network
6_network/out/reach_endpoints.rds:
command: gd_get('6_network/out/reach_endpoints.rds.ind')
6_network/out/reach_direction.rds:
command: gd_get('6_network/out/reach_direction.rds.ind')
6_network/out/site_flowlines.rds:
command: gd_get('6_network/out/site_flowlines.rds.ind')
6_network/out/site_stream_crosswalk.rds:
command: gd_get('6_network/out/site_stream_crosswalk.rds.ind')