corteva / rioxarray

geospatial xarray extension powered by rasterio
https://corteva.github.io/rioxarray
Other
502 stars 80 forks source link

BUG: Add decode_coords kwarg to backend entrypoint #763

Closed snowman2 closed 3 months ago

snowman2 commented 3 months ago

Adding to enable compatibility in xarray.open_dataset with other engines that require the kwarg:

TypeError: RasterioBackend.open_dataset() got an unexpected keyword argument 'decode_coords'
snowman2 commented 3 months ago

Thanks @justingruca :+1: