Skip to content

Commit 2557900

Browse files
EliEli
authored andcommitted
Broadened the wildcard.
1 parent 3cd51f6 commit 2557900

1 file changed

Lines changed: 3 additions & 4 deletions

File tree

examples/dropbox/dropbox_spec_ccf.yaml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ data:
99
- name: ccfb
1010
skip: False
1111
collect:
12-
file_pattern: "CC_Gate_Positions_2026*.csv"
12+
file_pattern: "CC_Gate_Positions_*.csv"
1313
wildcard: time_overlap # time_sharded | time_overlap | data | none.
1414
# If time_sharded, indicates non-overlapping timestamps that uses year chunking.
1515
# If time_overlap, indicates wildcards are ordered by date 20250531(lexicographic must = chronological)
@@ -52,9 +52,8 @@ data:
5252
subloc: radial
5353
time_zone: ${target_tz}
5454
time_zone_label: ${target_tz_label}
55-
latitude: registry_lookup # projected will be inferred. User changes should be made to projected, not latitude/longitude.
56-
longitude: registry_lookup # what happens when this and registry entry have conflicting metadata for something like latitude.
57-
# seems like this prevails, but we should prevent conflicts.
55+
latitude: registry_lookup # coordinates are provided by the registry and cannot be supplied here in a way that might contradict
56+
longitude: registry_lookup # 'registry_lookup' is just a marker for clarity on this point
5857

5958
output:
6059
repo_name: structures_formatted # This is a pointer to an entry in dbase_config.yaml

0 commit comments

Comments
 (0)