google / weather-tools

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

Using rioxarray for opening .tiff files #341

Closed aniketsinghrawat closed 1 year ago

aniketsinghrawat commented 1 year ago

Using rioxarray to open .tiff file to get required meta data in the data set which was missing when the .tiff file was opened through xr.open_dataset. Also upgrading rioxarray version from 0.12.0 -> 0.13.4 as that's the latest version that supports python 3.8 and has implemented the band_as_variable argument.

fixes #159