In a layer's spec, we can declare the data_mip to force a download at a specific resolution then downsample or upsample it to the required resolution. I propose extending this argument to available_mips, so that the nearest resolution data may be used. This is useful for some public datasets where only a portion of the MIP hierarchy is available. An alternative workflow would be to copy and re-create the MIP hierarchy, but in some cases that feels like overkill.
In a layer's spec, we can declare the
data_mipto force a download at a specific resolution then downsample or upsample it to the required resolution. I propose extending this argument toavailable_mips, so that the nearest resolution data may be used. This is useful for some public datasets where only a portion of the MIP hierarchy is available. An alternative workflow would be to copy and re-create the MIP hierarchy, but in some cases that feels like overkill.