Hi folks, I'm trying to use GDAL in a dll we're writing so that we can forgo
using ENVI to open our data files. I'm able to determine the image data
dimensions and acquire access to the data by doing something like the
following:
// Read file:
GDALDataset *fileData = (GDALDataset*
Hi folks, I'm a new GDAL developer with what I believe is a simple question:
We're trying to use GDAL in our app to access Envi files. I'm able to get
access to the file bands as well as some other information by using the
GDALDataset and GDALRasterBand objects, but how can I access other
propert