[gdal-dev] In-memory datasets

2010-07-09 Thread James Meyer
Hi I am a new user of GDAL. I have a need for creating small image datasets in memory without the use of physical files on disk. So is it possible to open such a GDALDataset in-memory, and if it is, how? Thanks, James ___ gdal-dev mailing list gdal-

Re: [gdal-dev] In-memory datasets

2010-07-09 Thread Chaitanya kumar CH
James, You can use the "In Memory Raster" (Code: MEM) for that. http://gdal.org/frmt_mem.html On Fri, Jul 9, 2010 at 2:47 PM, James Meyer wrote: > Hi > > I am a new user of GDAL. I have a need for creating small image datasets in > memory without the use of physical files on disk. > > So is it