You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The test dataset 's3://fused-asset/misc/kristin/sif_ann_201508b.nc' results in a xarray.DataArray object, rather than the expected xarray.Dataset object, when opened with rioxarray.open_rasterio(path).
The UDF should handle both xarray object types, and the try/except block should also catch and report unexpected exceptions.
The text was updated successfully, but these errors were encountered:
tylere
changed the title
NetCDF_File opener fails to load NetCDF dataset that creates an xarray.
NetCDF_File opener fails to load NetCDF dataset that creates an xarray.DataArray
Oct 17, 2024
The test dataset 's3://fused-asset/misc/kristin/sif_ann_201508b.nc' results in a
xarray.DataArray
object, rather than the expectedxarray.Dataset
object, when opened withrioxarray.open_rasterio(path)
.The UDF should handle both xarray object types, and the try/except block should also catch and report unexpected exceptions.
The text was updated successfully, but these errors were encountered: