Re: [gdal-dev] loading many files with C API

2008-11-23 Thread Frank Warmerdam
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

[gdal-dev] loading many files with C API

2008-11-23 Thread Yann Chemin
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

Re: [gdal-dev] What happened to http://www.gdal.org/ogr?

2008-11-23 Thread Frank Warmerdam
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