@lists.osgeo.org
Subject: Re: [gdal-dev] Unable to write in subdataset
Derek,
Why are you trying to write to the dataset after opening it as GA_ReadOnly?
On Wed, Jul 20, 2011 at 4:25 AM, Cole, Derek
mailto:dc...@integrity-apps.com>> wrote:
Hello,
I have created an image with multiple subdatasets so
Derek,
Why are you trying to write to the dataset after opening it as GA_ReadOnly?
On Wed, Jul 20, 2011 at 4:25 AM, Cole, Derek wrote:
> Hello,
>
> I have created an image with multiple subdatasets so that I may store two
> images in my NITF. the way I am getting the data set of the second imag
Hello,
I have created an image with multiple subdatasets so that I may store two
images in my NITF. the way I am getting the data set of the second image is
like so:
char **papszSubdatasets = GDALGetMetadata(sharpenedDS,"SUBDATASETS");
eraserDS = (GDALDataset *)
GDALOpenShared(CSLFet