Re: [gdal-dev] Writing data to "CreateCopy" files

2011-07-23 Thread Frank Warmerdam
2011 10:22 PM > To: Cole, Derek > Cc: gdal-dev@lists.osgeo.org > Subject: Re: [gdal-dev] Writing data to "CreateCopy" files > > On Fri, Jul 15, 2011 at 3:57 PM, Cole, Derek wrote: >> I have a couple of questions regarding this. >> >> Is the dataset that

RE: [gdal-dev] Writing data to "CreateCopy" files

2011-07-21 Thread Cole, Derek
data to "CreateCopy" files On Fri, Jul 15, 2011 at 3:57 PM, Cole, Derek wrote: > I have a couple of questions regarding this. > > Is the dataset that is returned from CreateCopy able to be used immediately? > I would like to use it to get the first band from it, and use R

RE: [gdal-dev] Writing data to "CreateCopy" files

2011-07-15 Thread Cole, Derek
t: Re: [gdal-dev] Writing data to "CreateCopy" files On Fri, Jul 15, 2011 at 3:57 PM, Cole, Derek wrote: > I have a couple of questions regarding this. > > Is the dataset that is returned from CreateCopy able to be used immediately? > I would like to use it to get the first ban

Re: [gdal-dev] Writing data to "CreateCopy" files

2011-07-15 Thread Frank Warmerdam
On Fri, Jul 15, 2011 at 3:57 PM, Cole, Derek wrote: > I have a couple of questions regarding this. > > Is the dataset that is returned from CreateCopy able to be used immediately? > I would like to use it to get the first band from it, and use RasterIO on > that band. Derek, Yes, you should be a

[gdal-dev] Writing data to "CreateCopy" files

2011-07-15 Thread Cole, Derek
I have a couple of questions regarding this. Is the dataset that is returned from CreateCopy able to be used immediately? I would like to use it to get the first band from it, and use RasterIO on that band. Secondly - the data I am trying to write with RasterIO is unsigned char, but when I was