<!DOCTYPE html><html><head><title></title><style type="text/css">p.MsoNormal,p.MsoNoSpacing{margin:0}</style></head><body><div style="font-family:Arial;">Hi Barry,<br></div><div style="font-family:Arial;"><br></div><div style="font-family:Arial;">I think you want GDAL_OF_MULTIDIM_RASTER. There's an example here: <a href="https://gdal.org/tutorials/multidimensional_api_tut.html">https://gdal.org/tutorials/multidimensional_api_tut.html</a>.<br></div><div style="font-family:Arial;"><br></div><div style="font-family:Arial;">Laurentiu<br></div><div style="font-family:Arial;"><br></div><div>On Fri, Jun 2, 2023, at 19:25, Barry DeZonia wrote:<br></div><blockquote type="cite" id="qt" style=""><div dir="ltr"><div>Hello,<br></div><div><br></div><div>I am a software developer that has written a numerical analysis software package that has support for n-dimensional data (<a href="https://github.com/bdezonia/zorbage">https://github.com/bdezonia/zorbage</a>). I sometimes write importer libraries to pull data into my data structures for further processing. It is primarily a package for scientists.<br></div><div><br></div><div>Anyhow in the past I wrote a library that will import data from GDAL (<a href="https://github.com/bdezonia/zorbage-gdal">https://github.com/bdezonia/zorbage-gdal</a>). It is using gdal.Open(filename) to load data as a Dataset but I think the approach taken is limited to 3-d data. Plus testing has shown that sometimes (like with a tif stack) images come in as many separate planes of data.<br></div><div><br></div><div>I see that you have MDArrays in your libraries. And that they are associated with a Group. Do you have something like gdal.Open() that opens data file(s) as a Group? That way I could then open one or more MDArrays into my n-dimensional structures from the Group in a more direct fashion than the Dataset way. Can you advise me on how to proceed? Thanks.<br></div><div><br></div></div><div>_______________________________________________<br></div><div>gdal-dev mailing list<br></div><div><a href="mailto:gdal-dev@lists.osgeo.org">gdal-dev@lists.osgeo.org</a><br></div><div><a href="https://lists.osgeo.org/mailman/listinfo/gdal-dev">https://lists.osgeo.org/mailman/listinfo/gdal-dev</a><br></div><div><br></div></blockquote><div style="font-family:Arial;"><br></div></body></html>