Re: [gdal-dev] Writing a GDAL Driver: two questions

2010-08-16 Thread Frank Warmerdam
Martin Lambers wrote: Hello all, I am writing a GDAL Driver for the GTA format . The driver can already read GTA files and create files with CreateCopy(). - What actions must a Driver support in GA_Update mode? Is it ok if it just implements GDALPamRasterBand::IWrite

[gdal-dev] Writing a GDAL Driver: two questions

2010-08-15 Thread Martin Lambers
Hello all, I am writing a GDAL Driver for the GTA format . The driver can already read GTA files and create files with CreateCopy(). - What actions must a Driver support in GA_Update mode? Is it ok if it just implements GDALPamRasterBand::IWriteBlock() for data updates