Yann Chemin wrote:
Hello,
I need to load about 400 files with the C API to work on each pixel
temporal dimension.
I would like to make a look to load them but fail so far...
GDALDatasetH hDataset[MAXFILES];
GDALAllRegister();
GDALDriverH hDriver[MAXFILES];
GDALRasterBandH hBand[MAXFILES];
floa
Hello,
I need to load about 400 files with the C API to work on each pixel
temporal dimension.
I would like to make a look to load them but fail so far...
GDALDatasetH hDataset[MAXFILES];
GDALAllRegister();
GDALDriverH hDriver[MAXFILES];
GDALRasterBandH hBand[MAXFILES];
float *pafScanline[MAXFIL
Stephen Woodbridge wrote:
Anton Patrushev wrote:
Hi there,
I don't know if this is proper place to ask, but what happened to
http://www.gdal.org/ogr?
It responds with 404 error.
Hi Anton,
Frank mentioned in another post that is was down for a disk replacement,
but would be back up by Monday