[gdal-dev] Displaying vector files

2012-05-06 Thread akshay gupta
such data. Thanks, Akshay gupta ___ gdal-dev mailing list gdal-dev@lists.osgeo.org http://lists.osgeo.org/mailman/listinfo/gdal-dev

Re: [gdal-dev] GDAL Tiling

2012-03-29 Thread akshay gupta
2012 07:45, akshay gupta akshaygupta...@gmail.com wrote: 2) When I read an image through ReadBlock() i had to allocate some memory and pass it in the function. Is there some way that i get the image data stored in GDALRasterBlock directly without passing my own allocated memory. http

Re: [gdal-dev] GDAL Tiling

2012-03-28 Thread akshay gupta
you are going to need to modify the input data pre-processing. Jay On Tue, Mar 27, 2012 at 11:14 AM, akshay gupta akshaygupta...@gmail.comwrote: Hi, I have few questions regarding GDAL tiling and overviews. 1) Is there any In build direct function in GDAL from where i can set

[gdal-dev] GDAL Tiling

2012-03-27 Thread akshay gupta
Hi, I have few questions regarding GDAL tiling and overviews. 1) Is there any In build direct function in GDAL from where i can set the size of the tiles(raster block size). 2)I an facing an strange situation. I have an TIFF image, and I am trying to read it block by block using ReadBlock().

Re: [gdal-dev] GDAL Tiling

2012-03-27 Thread akshay gupta
Thanks for your quick reply, I dont want to use GDALRasterIO, I dont want to allocate memory of size equal that of image or ROI, i want to make use of tiling as much as possible. Can you provide more detail on how to create tiles tiff files by default. Akhy On Tue, Mar 27, 2012 at 9:30 PM,

[gdal-dev] Saving shape files in GDAL/OGR

2012-03-19 Thread akshay gupta
Hi, I have a loaded an raster image using GDAL, and i want to provide a drawing tool using which user can draw an irregular shape on the raster image and then save the shape and the enclosing pixels in a vector format for future use. Can any one tell me how to do this in GDAL/OGR? Thanks and

[gdal-dev] caching in gdal

2012-03-12 Thread akshay gupta
Hi all, How exactly does caching work in gdal. If I have 2 or more images opened simultaneously in gdal, does gdal consider the tiles(or scanlines) belonging to different images separately or does it keeps a common set, can any body explain how it is done in gdal. Thanks and regards, Akshay