I have added a feature in weather-mv which can allows users to access data for a specific date from Zarr files. In the existing codebase user have no choice for working with some chunks of the zarr file so user have to work with whole zarr file every time.
One use-case: If user want to ingest specific date's data from the zarr file to BQ then he/she can do this using of this code.
I have added a feature in
weather-mv
which can allows users to access data for a specific date from Zarr files. In the existing codebase user have no choice for working with some chunks of thezarr
file so user have to work with whole zarr file every time. One use-case: If user want to ingest specific date's data from the zarr file to BQ then he/she can do this using of this code.