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
Choosing a slice of the data generates a Raster but is has dimsandrefdims. Need to address this to be able to select a slice and then apply the conversion/computation functions.
The text was updated successfully, but these errors were encountered:
One idea is to check if a raster has a refdims using isempty(refdims(raster)) and if this is not true rebuild the raster with the refdims and dims, e.g.,
If doing this also need to sortdims so that they match the raster for the other functions that use the raster to create a blank Array to populate. Another option could be to use setdims.
Choosing a slice of the data generates a
Raster
but is hasdims
andrefdims
. Need to address this to be able to select a slice and then apply the conversion/computation functions.The text was updated successfully, but these errors were encountered: