Skip to content

Commit 3cd51f6

Browse files
EliEli
authored andcommitted
Updated CCF recipe for dropbox in examples.
1 parent cf1b01a commit 3cd51f6

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

dms_datastore/config_data/structures_registry.csv

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
tpsb,Tom Paine Slough Barrier,37.790311,-121.418505,639249.8742,4183727.837
33
oldrb,Old River Barrier,37.810146,-121.542836,628267.6895,4185750.765
44
glcb,Grant Line Canal Barrier,37.819771,-121.448316,636570.6401,4186952.71
5-
ccfbg,Clifton Court Forebay Radial Gates,37.829885,-121.556913,626994.7,4187921.712
5+
ccfb,Clifton Court Forebay Radial Gates,37.829885,-121.556913,626994.7,4187921.712
66
midrb,Middle River Barrier,37.885483,-121.482265,633463.8794,4194194.92
77
smscg,Suisun Marsh Salinity Control Structure,38.0932,-121.886341,597653.8558,4216741.398
88
dcc,Delta Cross Channel Radial Gates,38.246588,-121.509607,630416.5954,4234225.234

examples/dropbox/dropbox_spec_ccf.yaml

Lines changed: 3 additions & 3 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_*.csv"
12+
file_pattern: "CC_Gate_Positions_2026*.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,8 +52,8 @@ data:
5252
subloc: radial
5353
time_zone: ${target_tz}
5454
time_zone_label: ${target_tz_label}
55-
latitude: 37.8299 # projected will be inferred. User changes should be made to projected, not latitude/longitude.
56-
longitude: -121.55694 # what happens when this and registry entry have conflicting metadata for something like latitude.
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.
5757
# seems like this prevails, but we should prevent conflicts.
5858

5959
output:

0 commit comments

Comments
 (0)