We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent de855b6 commit 1ddd28eCopy full SHA for 1ddd28e
dms_datastore/dropbox_spec.yaml
@@ -41,16 +41,19 @@ data:
41
42
- name: USGS Aquarius flows
43
skip: True
44
+ dest: *formatted
45
collect:
46
name: file_search
47
recursive_search: True
48
file_pattern: "Discharge.ft^3_s.velq@*.EntireRecord.csv"
49
location: "//cnrastore-bdo/Modeling_Data/archive_repo/repo_staging/dropbox/usgs_aquarius_request_2020/**" # This could be understood as a default
50
reader: read_ts # Names, pointers to code etc. To be fleshed out
51
+ selector: Value
52
metadata:
53
station_id: infer_from_agency_id
54
source: aquarius
55
agency: usgs
56
+ freq: infer
57
param: flow
58
sublocation: default
59
unit: ft^3/s
0 commit comments