Re: [gdal-dev] Save/Update ENVI files

2009-01-21 Thread Frank Warmerdam
TSchilling OMW wrote: Hello, Iam new to GDAL and Iam writing actually a test application to get familiar with this library. In general Iam using GDAL only for reading and writing ENVI files. Iam reading ENVI files via: Dataset ds = Gdal.Open(EnviPath, Access.GA_Update); My question is now:

[gdal-dev] Save/Update ENVI files

2009-01-21 Thread TSchilling OMW
Hello, Iam new to GDAL and Iam writing actually a test application to get familiar with this library. In general Iam using GDAL only for reading and writing ENVI files. Iam reading ENVI files via: Dataset ds = Gdal.Open(EnviPath, Access.GA_Update); My question is now: How to write back (update)