[gdal-dev] Accessing a 2D array stored in 1D by GDALRasterIO()
Yann Chemin
ychemin at gmail.com
Thu Dec 12 02:03:47 PST 2013
Hi,
I loaded an image with:
GDALRasterIO(hB,GF_Read,0,0,nX,nY,oneDarray,nX,nY,GDT_Float32,0,0);
to run some statistics, however, a new requirement is to make stats per
land-use,
is there a way to get the index of a given pixel in the 1D array from a
given set of row & column?
Thank you,
Yann
--
----
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osgeo.org/pipermail/gdal-dev/attachments/20131212/ed7f2bb2/attachment.html>
More information about the gdal-dev
mailing list