Re: [gdal-dev] CreateCopy() with same metadata, different raster data

2011-06-15 Thread Frank Warmerdam
On 11-06-14 09:18 PM, Cole, Derek wrote: Hrmm, that is sort of unfortunate. I have set up a tiling algorithm to read in tiles at a time of imagery data, which is already slow-ish, even doing it it with threads. Having to do a whole new read of the entire image at once (since it doesnt seem

RE: [gdal-dev] CreateCopy() with same metadata, different raster data

2011-06-15 Thread Cole, Derek
...@lists.osgeo.org [gdal-dev-boun...@lists.osgeo.org] on behalf of Frank Warmerdam [warmer...@pobox.com] Sent: Wednesday, June 15, 2011 10:44 AM To: gdal-dev@lists.osgeo.org Subject: Re: [gdal-dev] CreateCopy() with same metadata, different raster data On 11-06-14 09:18 PM, Cole, Derek wrote: Hrmm

Re: [gdal-dev] CreateCopy() with same metadata, different raster data

2011-06-14 Thread Frank Warmerdam
On 11-06-14 07:04 PM, Cole, Derek wrote: Is it possible to use CreateCopy() to easily copy in to a new image modified raster data based off the old image? I know all the metadata is going to be the same, I have simply changed the data after reading it from the original, and need to store it back

RE: [gdal-dev] CreateCopy() with same metadata, different raster data

2011-06-14 Thread Cole, Derek
: Tuesday, June 14, 2011 7:23 PM To: gdal-dev@lists.osgeo.org Subject: Re: [gdal-dev] CreateCopy() with same metadata, different raster data On 11-06-14 07:04 PM, Cole, Derek wrote: Is it possible to use CreateCopy() to easily copy in to a new image modified raster data based off the old image? I