Skip to content

Commit 059ca0f

Browse files
EliEli
authored andcommitted
Added rudimentary resolver for 1hr to 15min. May not work for some of the others.
1 parent 369f714 commit 059ca0f

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

dms_datastore/auto_screen.py

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -538,7 +538,8 @@ def ncro_fetcher(repo, station_id, param, subloc, data_path=None):
538538
repo=repo,
539539
data_path=data_path,
540540
meta=True,
541-
force_regular=True
541+
force_regular=True,
542+
freq_resolver="as_freq_finer",
542543
)
543544

544545
def general_fetcher(repo, station_id, param, subloc, data_path=None):
@@ -549,7 +550,8 @@ def general_fetcher(repo, station_id, param, subloc, data_path=None):
549550
repo=repo,
550551
data_path=data_path,
551552
meta=True,
552-
force_regular=True
553+
force_regular=True,
554+
freq_resolver="as_freq_finer",
553555
)
554556

555557
def custom_fetcher(agency):

0 commit comments

Comments
 (0)