google / weather-tools

Tools to make weather data accessible and useful.
https://weather-tools.readthedocs.io/
Apache License 2.0
208 stars 39 forks source link

Added feature in weather-mv to extract specific date's data from zarr files. #396

Closed dabhicusp closed 11 months ago

dabhicusp commented 11 months ago

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.