Re: [gdal-dev] Want to work with MDArrays

2023-06-02 Thread Laurențiu Nicola via gdal-dev
Hi Barry, I think you want GDAL_OF_MULTIDIM_RASTER. There's an example here: https://gdal.org/tutorials/multidimensional_api_tut.html. Laurentiu On Fri, Jun 2, 2023, at 19:25, Barry DeZonia wrote: > Hello, > > I am a software developer that has written a numerical analysis software > package

[gdal-dev] Want to work with MDArrays

2023-06-02 Thread Barry DeZonia
Hello, I am a software developer that has written a numerical analysis software package that has support for n-dimensional data ( https://github.com/bdezonia/zorbage). I sometimes write importer libraries to pull data into my data structures for further processing. It is primarily a package for sc