Re: [gdal-dev] multidim arraySpecs/GetView

2023-08-31 Thread Michael Sumner
Excellent, thanks so much, confirmed it's working. Cheers, Mike On Fri, Sep 1, 2023 at 6:14 AM Even Rouault wrote: > Michael, > > 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 MultiD

Re: [gdal-dev] multidim arraySpecs/GetView

2023-08-31 Thread Even Rouault
Michael, 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: ds = gdal.OpenEx('gdrivers/data/netcdf/byte_no_cf.nc ', gdal.OF_MUL

[gdal-dev] multidim arraySpecs/GetView

2023-08-30 Thread Michael Sumner
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: ds = gdal.OpenEx('gdrivers/data/netcdf/byte_no_cf.nc', gdal.OF_MULTIDIM_RASTER) nds = gdal.MultiDimTrans