[gdal-dev] Multidimensional raster support in GDAL

Even Rouault even.rouault at spatialys.com
Fri Oct 27 03:57:03 PDT 2017


> > The main advantage of this is that it would have presumably no impact
> > on 2D-only drivers.
> 
> I assume that would be very good from the point of view of actual
> feasibility of the whole project.

Yes, although the generic approach could probably be more doable by adding a few 
conveniency methods to make the transition easier for 2D-only drivers.

For example, currently you'll find in a typical Open() method

poDS->nRasterXSize = x
poDS->nRasterYSize = y

In a generic multidimensional approach, this could be replaced by a

poDS->SetXYSize( x, y )

that would take care of setting nAxisCount = 2 and initializing the 2 axis.

Even

-- 
Spatialys - Geospatial professional services
http://www.spatialys.com
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osgeo.org/pipermail/gdal-dev/attachments/20171027/cd1708a1/attachment-0001.html>


More information about the gdal-dev mailing list