[gdal-dev] Re: learning GDAL with C/C++

2012-02-22 Thread joseph.nalluri
this is what you mean by running on a cluster. You could take care of farming out chunks yourself or have each process on the cluster use GDAL to read chunks, but be cautious about writing to one file from multiple processes. Best regards, Frank On Tue, Feb 21, 2012 at 11:50 AM, joseph.nalluri lt

[gdal-dev] learning GDAL with C/C++

2012-02-21 Thread joseph.nalluri
Hello All, I am very pleased to find this forum. This is my first post. Please bear with me. In my project, I am trying to read in .bil file (hyperspectral image) into my C/C++ code. ( I haven't done this yet, because I am still trying to see, how can I do it). After I read in, I run some