Skip to content

Commit 1ddd28e

Browse files
committed
Add missing field
1 parent de855b6 commit 1ddd28e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

dms_datastore/dropbox_spec.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,16 +41,19 @@ data:
4141

4242
- name: USGS Aquarius flows
4343
skip: True
44+
dest: *formatted
4445
collect:
4546
name: file_search
4647
recursive_search: True
4748
file_pattern: "Discharge.ft^3_s.velq@*.EntireRecord.csv"
4849
location: "//cnrastore-bdo/Modeling_Data/archive_repo/repo_staging/dropbox/usgs_aquarius_request_2020/**" # This could be understood as a default
4950
reader: read_ts # Names, pointers to code etc. To be fleshed out
51+
selector: Value
5052
metadata:
5153
station_id: infer_from_agency_id
5254
source: aquarius
5355
agency: usgs
56+
freq: infer
5457
param: flow
5558
sublocation: default
5659
unit: ft^3/s

0 commit comments

Comments
 (0)