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

2012-02-22 Thread Frank Warmerdam
On Wed, Feb 22, 2012 at 7:12 PM, joseph.nalluri wrote: > Thanks. > I have a .bil file with an associated .hdr file with metadata. Do I have to > read in the .hdr file and manually prepare the variables or is there a > specified function? I could not find much info. about .hdr file. > I am not sure

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

2012-02-22 Thread joseph.nalluri
Frank Warmerdam wrote > > Joseph, > > I'd start with http://www.gdal.org/gdal_tutorial.html, the general purpose > API tutorial. It isn't comprehensive, but I think it is fairly good for > the > areas covered. > > Note that GDAL does not directly help with distributed processing. I > assume t