<div dir="ltr">Hi, hoping to check my syntax ... or expectations ... I'm expecting this to subset by step the 20x20 array in this netcdf, but getting no change in python MultiDimTranslate or at command line: <br><br>ds = gdal.OpenEx('gdrivers/data/netcdf/<a href="http://byte_no_cf.nc">byte_no_cf.nc</a>', gdal.OF_MULTIDIM_RASTER)<br><br>nds = gdal.MultiDimTranslate("/vsimem/array_view.zarr", ds, format="Zarr", arraySpecs=['name=Band1,view=[::2,::4]'])<br>nds.GetRootGroup().OpenMDArray("Band1").GetShape()<br># (20, 20)<br><br>Directly with the python GetView api it works<br><br>ds.GetRootGroup().OpenMDArray("Band1").GetView("[::2,::4]").GetShape()<br># (10, 5)<br><br>Am I specifying the view wrong in MultiDimTranslate? <br><br>Thanks, Mike<br><br>I've put fuller notes here in case the email is a problem: <a href="https://gist.github.com/mdsumner/028d089ad9a960267347f891c058fc9a">https://gist.github.com/mdsumner/028d089ad9a960267347f891c058fc9a</a><br><br>--<br>Michael Sumner<br>Software and Database Engineer<br>Australian Antarctic Division<br>Hobart, Australia<br>e-mail: <a href="mailto:mdsumner@gmail.com">mdsumner@gmail.com</a><br></div>