Re: [gdal-dev] python memory driver

2011-05-04 Thread Chaitanya kumar CH
Julianne, There are in-memory format drivers for this purpose. http://www.gdal.org/frmt_mem.html http://www.gdal.org/ogr/drv_memory.html On Thu, May 5, 2011 at 3:03 AM, Juliannerc wrote: > I have been working with the examples/testers from > > # Project: GDAL/OGR Test Suite > # Purpose: Test

[gdal-dev] python memory driver

2011-05-04 Thread Juliannerc
I have been working with the examples/testers from # Project: GDAL/OGR Test Suite # Purpose: Test RasterizeLayer() and related calls. # Author: Frank Warmerdam If at all possible, I would like to be able to use the memory raster contents directly. However, if I understa