-
Notifications
You must be signed in to change notification settings - Fork 85
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
open_rasterio throws AttributeError after updating new xarray version 0.17.0 #254
Comments
it'd be nice if rioxarray could test against the git master version of xarray to catch these things before release. |
Agreed. |
Related: pydata/xarray#4809 |
pydata/xarray#2550. To be consistent, could add the filename in |
I don't. cc @shoyer @jhamman @aurghs @alexamici |
I have a patch in #255. Plan on adding the latest xarray to the CI soon. |
I confirm that #255 looks correct. Thanks and sorry for the breakage. Note that next release of xarray will include the new backend API with some changes that may impact you. |
rioxarray.open_rasterio(raster) was working fine. Today I updated xarray to the new release 0.17.0 and now rioxarray.open_rasterio thows an AttributeError
Code Sample, a copy-pastable example if possible
Environment Information
Tested on Linux
rioxarray 0.3.0 conda-forge
xarray 0.17.0 conda-forge
The text was updated successfully, but these errors were encountered: