Skip to content

Commit 0439f5f

Browse files
committed
Configure for Mokelumne data
1 parent b41593b commit 0439f5f

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

dms_datastore/dropbox_spec.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,22 @@
11

22
dropbox_home: //cnrastore-bdo/Modeling_Data/repo_staging/dropbox
3-
dest: //cnrastore-bdo/Modeling_Data/repo_staging/dropbox/formatted
3+
dest: &formatted //cnrastore-bdo/Modeling_Data/repo_staging/dropbox/formatted
44

55
data:
6-
- name: Woodbridge
7-
skip: True
6+
- name: Mokelumne
7+
skip: False
8+
dest: *formatted
89
collect:
9-
name: reader
1010
file_pattern: "ebmud_wbr_flow*.csv"
1111
location: //cnrastore-bdo/Modeling_Data/ebmud/ # This could be understood as a default
1212
recursive_search: False
1313
reader: read_ts # Names, pointers to code etc. To be fleshed out
14-
selector: Reading
14+
selector: null # Usually a column name. When read_last_resort_csv is used, use null.
1515
metadata:
1616
station_id: wbr
1717
source: ebmud
1818
agency: usgs
19-
freq: 15min # None for irregular, "infer" for infer.
19+
freq: infer # None for irregular, "infer" for infer.
2020
param: flow
2121
unit: ft^3/s
2222
sublocation: default

0 commit comments

Comments
 (0)