As mentioned in PR #396 I have added a feature in weather-mv which can allows users to access data for a specific date from zarr files but that is not working properly.
BQ ingestion of zarr data is done through the expand function and in this function we can't get value of start_date and end_date from xarray_open_dataset_kwargs dict. So I added this code, using of we get the value of start_date & end_date from the zarr_kwargs.
As mentioned in PR #396 I have added a feature in weather-mv which can allows users to access data for a specific date from zarr files but that is not working properly.
BQ ingestion of zarr data is done through the
expand function
and in this function we can't get value ofstart_date
andend_date
fromxarray_open_dataset_kwargs
dict. So I added this code, using of we get the value ofstart_date
&end_date
from thezarr_kwargs
.