[BUG] GridToValue not working with masked data
Should be:
out_info = in_info.copy_with(grid=NoGrid(), mask=Mask.NONE)
Otherwise the mask is copied as well, which is not working with NoGrid.
Should be:
out_info = in_info.copy_with(grid=NoGrid(), mask=Mask.NONE)
Otherwise the mask is copied as well, which is not working with NoGrid.