Rasterize displaying nodata missing_value _FillValue for integer (uint16) data

I think it’s similar to this:

image, select = ds.hvplot('lon', 'lat', widgets={'time':pn.widgets.Select})

Once widgets is passed, the image is no longer an image type, but a row, so you need to split it out. Once you split it out, you can call redim on image.